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

Diff for /pegasus/src/Pegasus/Server/CIMServer.h between version 1.32 and 1.33

version 1.32, 2003/04/03 20:54:39 version 1.33, 2003/08/17 22:44:35
Line 70 
Line 70 
 public: public:
  
     enum Protocol { PROPRIETARY, STANDARD };     enum Protocol { PROPRIETARY, STANDARD };
       enum server_type {OLD, NEW };
   
  
     /** Constructor - Creates a CIMServer object.     /** Constructor - Creates a CIMServer object.
         The CIM Server objects establishes a repository object,         The CIM Server objects establishes a repository object,
Line 79 
Line 81 
         @exception - ATTN         @exception - ATTN
     */     */
     CIMServer(Monitor* monitor);     CIMServer(Monitor* monitor);
       CIMServer(monitor_2* monitor2);
   
  
     ~CIMServer();     ~CIMServer();
  
Line 159 
Line 163 
     ProviderRegistrationManager* _providerRegistrationManager;     ProviderRegistrationManager* _providerRegistrationManager;
     BinaryMessageHandler *_binaryMessageHandler;     BinaryMessageHandler *_binaryMessageHandler;
     SSLContext* _sslcontext;     SSLContext* _sslcontext;
       monitor_2* monitor2;
       server_type _type;
   
       void _init(void);
   
   
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2