(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.167 and 1.168

version 1.167, 2005/06/03 17:26:21 version 1.168, 2005/07/29 18:36:25
Line 547 
Line 547 
         }         }
     }     }
  
       // Make sure the cimserver has time to actually shut down
       Uint32 maxWaitTime = timeoutValue;
       while ((maxWaitTime-- > 0) && _cimServerProcess->isCIMServerRunning())
       {
           System::sleep(1);
       }
   
     return;     return;
 } }
  


Legend:
Removed from v.1.167  
changed lines
  Added in v.1.168

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2