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

Diff for /pegasus/src/Pegasus/Common/MessageQueue.cpp between version 1.9 and 1.10

version 1.9, 2001/12/17 14:17:08 version 1.10, 2001/12/17 14:33:01
Line 112 
Line 112 
            continue;            continue;
  
                 // wait for work                 // wait for work
 //              queue->_workSemaphore.wait();                  queue->_workSemaphore.wait();
  
                 // stop the thread when the message queue has been destroyed.                 // stop the thread when the message queue has been destroyed.
                 // ATTN: should check the thread cancel flag that is not yet exposed!                 // ATTN: should check the thread cancel flag that is not yet exposed!
Line 126 
Line 126 
                 {                 {
                         queue->handleEnqueue();                         queue->handleEnqueue();
                 }                 }
                 else  
                 {  
                    thread->sleep(0);  
                 }  
  
         }         }
  


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2