(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.75 and 1.76

version 1.75, 2002/03/28 20:39:19 version 1.76, 2002/04/03 18:29:37
Line 113 
Line 113 
  
     _repository = new CIMRepository(repositoryRootPath);     _repository = new CIMRepository(repositoryRootPath);
  
       // -- Create a UserManager object:
   
       UserManager* userManager = UserManager::getInstance(_repository);
   
     // -- Create a CIMServerState object:     // -- Create a CIMServerState object:
  
     _serverState = new CIMServerState();     _serverState = new CIMServerState();
Line 224 
Line 228 
         _cimOperationRequestDecoder->getQueueId(),         _cimOperationRequestDecoder->getQueueId(),
         _cimExportRequestDecoder->getQueueId());         _cimExportRequestDecoder->getQueueId());
  
     UserManager* userManager = UserManager::getInstance(_repository);  
   
     // Create SSL context     // Create SSL context
     SSLContext * sslcontext;     SSLContext * sslcontext;
     if (_useSSL)     if (_useSSL)


Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2