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

Diff for /pegasus/src/WMIMapper/PegServer/CIMServer.cpp between version 1.24 and 1.25

version 1.24, 2007/03/16 17:17:00 version 1.25, 2007/04/03 18:51:02
Line 103 
Line 103 
 } }
  
  
 void CIMServer::tickle_monitor(){  void CIMServer::tickle_monitor()
   {
     _monitor->tickle();     _monitor->tickle();
 } }
 void CIMServer::_init(void)  
 {  
   
     String repositoryRootPath = String::EMPTY;  
  
   void CIMServer::_init()
   {
       String repositoryRootPath;
  
 #if defined(PEGASUS_OS_HPUX) && defined(PEGASUS_USE_RELEASE_DIRS) #if defined(PEGASUS_OS_HPUX) && defined(PEGASUS_USE_RELEASE_DIRS)
     chdir( PEGASUS_CORE_DIR );     chdir( PEGASUS_CORE_DIR );
Line 635 
Line 635 
     static const String PROPERTY_NAME__HTTP_ENABLED =     static const String PROPERTY_NAME__HTTP_ENABLED =
                                            "enableHttpConnection";                                            "enableHttpConnection";
  
     String verifyClient = String::EMPTY;      String verifyClient;
     String trustStore = String::EMPTY;      String trustStore;
     SSLContext* sslContext = 0;     SSLContext* sslContext = 0;
  
     //     //
Line 674 
Line 674 
     //     //
     // Get the sslTrustStoreUserName property from the Config Manager.     // Get the sslTrustStoreUserName property from the Config Manager.
     //     //
     String trustStoreUserName = String::EMPTY;      String trustStoreUserName;
     trustStoreUserName = configManager->getCurrentValue(     trustStoreUserName = configManager->getCurrentValue(
                               PROPERTY_NAME__SSL_TRUST_STORE_USERNAME);                               PROPERTY_NAME__SSL_TRUST_STORE_USERNAME);
  
Line 774 
Line 774 
     keyPath = ConfigManager::getHomedPath(     keyPath = ConfigManager::getHomedPath(
         configManager->getCurrentValue(PROPERTY_NAME__SSL_KEY_FILEPATH));         configManager->getCurrentValue(PROPERTY_NAME__SSL_KEY_FILEPATH));
  
     String randFile = String::EMPTY;      String randFile;
  
 #ifdef PEGASUS_SSL_RANDOMFILE #ifdef PEGASUS_SSL_RANDOMFILE
     // NOTE: It is technically not necessary to set up a random file on     // NOTE: It is technically not necessary to set up a random file on


Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2