(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.4 and 1.4.6.1

version 1.4, 2002/10/17 17:56:23 version 1.4.6.1, 2002/12/04 17:54:04
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 117 
Line 118 
     CIMExportRequestDecoder* _cimExportRequestDecoder;     CIMExportRequestDecoder* _cimExportRequestDecoder;
  
     HTTPAcceptor*   _acceptor;     HTTPAcceptor*   _acceptor;
   
       Uint32 _portNumber;
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.6.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2