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

Diff for /pegasus/src/Pegasus/Common/MessageQueueService.cpp between version 1.108 and 1.109

version 1.108, 2005/05/27 13:18:13 version 1.109, 2005/05/31 14:20:04
Line 219 
Line 219 
    // Clean up in case there are extra stuff on the queue.    // Clean up in case there are extra stuff on the queue.
   while (_incoming.count())   while (_incoming.count())
   {   {
       try {
     delete _incoming.remove_first();     delete _incoming.remove_first();
       } catch (const ListClosed &e)
       {
         // If the list is closed, there is nothing we can do.
         break;
       }
   }   }
 } }
  


Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2