(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.55 and 1.56

version 1.55, 2008/06/19 17:57:07 version 1.56, 2008/08/14 17:44:28
Line 557 
Line 557 
         // The thread could be delivering an export, so give it 3sec.         // The thread could be delivering an export, so give it 3sec.
         // Note that _listener_routine deletes the CIMListenerService,         // Note that _listener_routine deletes the CIMListenerService,
         // so no need to delete _svc.         // so no need to delete _svc.
         try          if (!_listener_sem->time_wait(3000))
         {  
             _listener_sem->time_wait(3000);  
         }  
         catch(const TimeOut &)  
         {         {
             // No need to do anything, the thread pool will be deleted below             // No need to do anything, the thread pool will be deleted below
             // to cancel the _listener_routine thread if it is still running.             // to cancel the _listener_routine thread if it is still running.


Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2