(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.71 and 1.72

version 1.71, 2004/10/17 20:39:17 version 1.72, 2004/10/25 18:26:02
Line 545 
Line 545 
  
       try       try
       {       {
          sleep_sem->wait();                                  Boolean ignoreInterrupt = false;
                                   sleep_sem->wait(ignoreInterrupt);
       }       }
       catch (WaitInterrupted &e)       catch (WaitInterrupted &e)
       {       {


Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2