(file) Return to CIMListener.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Listener

Diff for /pegasus/src/Pegasus/Listener/CIMListener.h between version 1.1 and 1.5

version 1.1, 2002/02/05 19:13:35 version 1.5, 2003/03/11 21:26:54
Line 1 
Line 1 
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001 BMC Software, Hewlett-Packard Company, IBM,  // Copyright (c) 2000, 2001, 2002 BMC Software, Hewlett-Packard Company, IBM,
 // The Open Group, Tivoli Systems // The Open Group, Tivoli Systems
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
Line 32 
Line 32 
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/Exception.h> #include <Pegasus/Common/Exception.h>
 #include "Linkage.h"  #include <Pegasus/Listener/Linkage.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 63 
Line 63 
         const String& rootPath,         const String& rootPath,
         Boolean dynamicReg,         Boolean dynamicReg,
         Boolean staticConsumers,         Boolean staticConsumers,
         Boolean persistence);          Boolean persistence,
           Uint32 portNumber);
  
     ~CIMListener();     ~CIMListener();
  
Line 72 
Line 73 
         @exception - This function may receive exceptions from         @exception - This function may receive exceptions from
         Channel specific subfunctions.         Channel specific subfunctions.
     */     */
     void bind(Uint32 port);      void bind();
  
     /** runForever Main runloop for the server.     /** runForever Main runloop for the server.
     */     */
Line 99 
Line 100 
  
     Uint32 getOutstandingRequestCount();     Uint32 getOutstandingRequestCount();
  
     CIMExportRequestDispatcher* getDispatcher();  
   
 private: private:
  
     Boolean _dieNow;     Boolean _dieNow;
Line 119 
Line 118 
     CIMExportRequestDecoder* _cimExportRequestDecoder;     CIMExportRequestDecoder* _cimExportRequestDecoder;
  
     HTTPAcceptor*   _acceptor;     HTTPAcceptor*   _acceptor;
   
       Uint32 _portNumber;
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2