(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.44 and 1.45

version 1.44, 2003/09/25 12:01:22 version 1.45, 2003/10/10 14:31:27
Line 334 
Line 334 
          delete th;          delete th;
          th = _pool.remove_first();          th = _pool.remove_first();
       }       }
   
       th = _running.remove_first();       th = _running.remove_first();
       while(th != 0)       while(th != 0)
       {       {
Line 345 
Line 344 
          delete th;          delete th;
          th = _running.remove_first();          th = _running.remove_first();
       }       }
   
       th = _dead.remove_first();       th = _dead.remove_first();
       while(th != 0)       while(th != 0)
       {       {


Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2