(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.29 and 1.30

version 1.29, 2002/10/17 17:56:23 version 1.30, 2002/10/31 02:09:15
Line 38 
Line 38 
 #include <Pegasus/Server/CIMServerState.h> #include <Pegasus/Server/CIMServerState.h>
 #include <Pegasus/Common/Cimom.h> #include <Pegasus/Common/Cimom.h>
 #include <Pegasus/Server/Linkage.h> #include <Pegasus/Server/Linkage.h>
   #include <Pegasus/Common/SSLContext.h>
   
   #include "HTTPAuthenticatorDelegator.h"
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 54 
Line 57 
 class HTTPAcceptor; class HTTPAcceptor;
 class CIMRepository; class CIMRepository;
  
   class ModuleController;
 class IndicationHandlerService; class IndicationHandlerService;
 class IndicationService; class IndicationService;
 class ProviderManagerService; class ProviderManagerService;
Line 131 
Line 135 
     CIMExportRequestDispatcher* _cimExportRequestDispatcher;     CIMExportRequestDispatcher* _cimExportRequestDispatcher;
     CIMExportResponseEncoder* _cimExportResponseEncoder;     CIMExportResponseEncoder* _cimExportResponseEncoder;
     CIMExportRequestDecoder* _cimExportRequestDecoder;     CIMExportRequestDecoder* _cimExportRequestDecoder;
       HTTPAuthenticatorDelegator* _httpAuthenticatorDelegator;
  
     HTTPAcceptor*   _acceptor;     HTTPAcceptor*   _acceptor;
     CIMServerState* _serverState;     CIMServerState* _serverState;
  
       ModuleController* _controlService;
     IndicationHandlerService* _handlerService;     IndicationHandlerService* _handlerService;
     IndicationService* _indicationService;     IndicationService* _indicationService;
     ProviderManagerService* _providerManager;     ProviderManagerService* _providerManager;
     ProviderRegistrationManager* _providerRegistrationManager;     ProviderRegistrationManager* _providerRegistrationManager;
   
       SSLContext* _sslcontext;
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2