(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.171 and 1.172

version 1.171, 2005/05/16 20:00:49 version 1.172, 2005/05/27 18:13:59
Line 600 
Line 600 
       _sslContextMgr = 0;       _sslContextMgr = 0;
     }     }
   // ConfigManager. Really weird way of doing it.   // ConfigManager. Really weird way of doing it.
   ConfigManager *configManager = ConfigManager::getInstance ();  
   if (configManager)  
     {  
       // Refer to Bug #3537. It will soon have a fix.  
       //delete configManager;  
     }  
   UserManager *userManager = UserManager::getInstance (_repository);  
   if (userManager)  
     {  
       // Bug #3537 will soon fix this  
       //delete userManager;  
     }  
   // Lastly the repository.   // Lastly the repository.
   if (_repository)   if (_repository)
     {     {
       delete _repository;       delete _repository;
     }     }
     ConfigManager::terminate ();
     UserManager::terminate();
     ShutdownService::terminate();
   
   PEG_METHOD_EXIT ();   PEG_METHOD_EXIT ();
 } }
  


Legend:
Removed from v.1.171  
changed lines
  Added in v.1.172

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2