(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.39 and 1.40

version 1.39, 2002/04/23 17:17:22 version 1.40, 2002/04/24 10:13:52
Line 218 
Line 218 
       {       {
          break;          break;
       }       }
       catch(Deadlock & )  
       {  
          cout << "Deadlock Exception in MessageQueueService::_req_proc" << endl;  
          abort();  
       }  
       catch(AlreadyLocked & )  
       {  
          cout << "Already Locked Exception in MessageQueueService::_req_proc" << endl;  
          abort();  
       }  
   
       catch(TimeOut & )  
       {  
          cout << "TimeOut Exception in MessageQueueService::_req_proc" << endl;  
          abort();  
       }  
   
       catch(Permission & )  
       {  
          cout << "Permission Exception in MessageQueueService::_req_proc" << endl;  
          abort();  
       }  
   
       catch(WaitFailed & )  
       {  
          cout << "WaitFailed Exception in MessageQueueService::_req_proc" << endl;  
          abort();  
       }  
   
       catch(TooManyReaders & )  
       {  
          cout << "TooManyReaders Exception in MessageQueueService::_req_proc" << endl;  
          abort();  
       }  
   
       catch(ListFull & )  
       {  
          cout << "ListFull Exception in MessageQueueService::_req_proc" << endl;  
          abort();  
       }  
   
       catch(ListClosed & )  
       {  
          cout << "ListClosed Exception in MessageQueueService::_req_proc" << endl;  
          abort();  
       }  
   
       catch(ModuleClosed & )  
       {  
          cout << "ModuleClosed Exception in MessageQueueService::_req_proc" << endl;  
          abort();  
       }  
   
       catch(IPCException & )  
       {  
 //       << Tue Apr 23 10:21:17 2002 mdd >>  
          cout << "IPC Exception in MessageQueueService::_req_proc" << endl;  
          abort();  
       }  
   
       if( operation )       if( operation )
       {       {
          operation->_thread_ptr = myself;          operation->_thread_ptr = myself;


Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2