(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.64 and 1.65

version 1.64, 2002/08/16 22:48:29 version 1.65, 2002/08/17 00:09:38
Line 285 
Line 285 
             inParams,             inParams,
             outParams);             outParams);
     }     }
     catch(CIMClientCIMException& e)      catch(CIMException& e)
     {     {
         PEGASUS_STD(cerr) << "Failed to shutdown server: ";         PEGASUS_STD(cerr) << "Failed to shutdown server: ";
         if (e.getCode() == CIM_ERR_INVALID_NAMESPACE)         if (e.getCode() == CIM_ERR_INVALID_NAMESPACE)
Line 299 
Line 299 
         }         }
         exit(1);         exit(1);
     }     }
     catch(CIMClientException& e)      catch(Exception& e)
     {     {
         //         //
         // This may mean the CIM Server has been terminated and returns a         // This may mean the CIM Server has been terminated and returns a
Line 334 
Line 334 
             cimserver_kill();             cimserver_kill();
         }         }
     }     }
     catch(Exception& e)      //catch(Exception& e)
     {      //{
         PEGASUS_STD(cerr) << "Error occurred while stopping the CIM Server: ";      //    PEGASUS_STD(cerr) << "Error occurred while stopping the CIM Server: ";
         PEGASUS_STD(cerr) << e.getMessage() << PEGASUS_STD(endl);      //    PEGASUS_STD(cerr) << e.getMessage() << PEGASUS_STD(endl);
         exit(1);      //    exit(1);
     }      //}
  
     return;     return;
 } }


Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2