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

Diff for /pegasus/src/Server/cimserver.cpp between version 1.189 and 1.189.2.1

version 1.189, 2006/09/29 17:38:16 version 1.189.2.1, 2006/10/10 04:19:23
Line 994 
Line 994 
             String configTimeout =             String configTimeout =
                 configManager->getCurrentValue("shutdownTimeout");                 configManager->getCurrentValue("shutdownTimeout");
             Uint32 timeoutValue = strtol(configTimeout.getCString(), (char **)0, 10);             Uint32 timeoutValue = strtol(configTimeout.getCString(), (char **)0, 10);
   #ifdef PEGASUS_SLP_REG_TIMEOUT
               _deregPegasus();
   #endif
             shutdownCIMOM(timeoutValue);             shutdownCIMOM(timeoutValue);
  
 #ifdef PEGASUS_OS_OS400 #ifdef PEGASUS_OS_OS400
Line 1447 
Line 1449 
         //         //
     while( !_cimServer->terminated() )     while( !_cimServer->terminated() )
     {     {
   
       _cimServer->runForever();       _cimServer->runForever();
  
     }     }


Legend:
Removed from v.1.189  
changed lines
  Added in v.1.189.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2