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

Diff for /pegasus/src/Pegasus/Common/Thread.cpp between version 1.1.2.5 and 1.1.2.6

version 1.1.2.5, 2001/07/31 15:05:05 version 1.1.2.6, 2001/07/31 19:02:44
Line 58 
Line 58 
     return;     return;
 } }
  
 void Thread::cleanup_pop(Boolean execute = true) throw(IPCException)  void Thread::cleanup_pop(Boolean execute) throw(IPCException)
 { {
     cleanup_handler *cu ;     cleanup_handler *cu ;
     try     try
Line 67 
Line 67 
     }     }
     catch(IPCException& e)     catch(IPCException& e)
     {     {
         assert(0);          PEGASUS_ASSERT(0);
     }     }
     if(execute == true)     if(execute == true)
         cu->execute();         cu->execute();


Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2