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

Diff for /pegasus/src/Pegasus/Listener/CIMListener.cpp between version 1.23 and 1.24

version 1.23, 2004/08/26 17:04:01 version 1.24, 2004/08/27 12:34:39
Line 477 
Line 477 
     _svc->stopClientConnection();     _svc->stopClientConnection();
  
     // Wait until pending export requests in the server are done.     // Wait until pending export requests in the server are done.
     if (!waitForPendingRequests(10))      waitForPendingRequests(10);
     {  
       // Pendings requests did not finish in time.  
       MessageLoaderParms parms("Listener.CIMListenerRep.SHUTDOWN_TIMEOUT",  
              "The CIMListener could not be stopped after $0 seconds because export requests have not finished.",  
              10);  
       throw Exception(parms);  
     }  
  
     // Shutdown the CIMListenerService     // Shutdown the CIMListenerService
     _svc->shutdown();     _svc->shutdown();


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2