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

Diff for /pegasus/src/Server/cimserver.cpp between version 1.45 and 1.46

version 1.45, 2002/05/11 00:24:43 version 1.46, 2002/05/13 21:47:11
Line 289 
Line 289 
             "$0 terminated on port $1.", PEGASUS_NAME, portNumberStr);             "$0 terminated on port $1.", PEGASUS_NAME, portNumberStr);
  
     }     }
       catch(CIMClientCIMException& e)
       {
           PEGASUS_STD(cerr) << "Failed to shutdown server: ";
           PEGASUS_STD(cerr) << e.getMessage() << PEGASUS_STD(endl);
           exit(1);
       }
     catch(CIMClientException& e)     catch(CIMClientException& e)
     {     {
         //         //
Line 315 
Line 321 
         }         }
 #endif #endif
     }     }
     catch(CIMClientCIMException& e)  
     {  
         PEGASUS_STD(cerr) << "Failed to shutdown server: ";  
         PEGASUS_STD(cerr) << e.getMessage() << PEGASUS_STD(endl);  
         exit(1);  
     }  
     catch(Exception& e)     catch(Exception& e)
     {     {
         PEGASUS_STD(cerr) << "Failed to shutdown server: ";         PEGASUS_STD(cerr) << "Failed to shutdown server: ";


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2