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

Diff for /pegasus/src/Pegasus/Server/CIMServer.cpp between version 1.61 and 1.62

version 1.61, 2002/02/14 16:41:41 version 1.62, 2002/02/15 17:42:04
Line 50 
Line 50 
 #include <Pegasus/ExportServer/CIMExportRequestDecoder.h> #include <Pegasus/ExportServer/CIMExportRequestDecoder.h>
 #include <Pegasus/Config/ConfigManager.h> #include <Pegasus/Config/ConfigManager.h>
 #include <Pegasus/Security/UserManager/UserManager.h> #include <Pegasus/Security/UserManager/UserManager.h>
   #include <Pegasus/HandlerService/IndicationHandlerService.h>
   #include <Pegasus/IndicationService/IndicationService.h>
 #include <Pegasus/ProviderManager/ProviderManagerService.h> #include <Pegasus/ProviderManager/ProviderManagerService.h>
 #include "CIMServer.h" #include "CIMServer.h"
 #include "CIMOperationRequestDispatcher.h" #include "CIMOperationRequestDispatcher.h"
Line 101 
Line 103 
  
     // -- Create queue inter-connections:     // -- Create queue inter-connections:
         _providerManager = new ProviderManagerService;         _providerManager = new ProviderManagerService;
       _handlerService = new IndicationHandlerService;
       _indicationService = new IndicationService(repository);
  
     _cimOperationRequestDispatcher     _cimOperationRequestDispatcher
         = new CIMOperationRequestDispatcher(repository, this);         = new CIMOperationRequestDispatcher(repository, this);


Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2