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

Diff for /pegasus/src/Pegasus/Common/CIMStatusCode.cpp between version 1.3 and 1.4

version 1.3, 2002/06/01 00:56:28 version 1.4, 2002/08/14 17:41:16
Line 23 
Line 23 
 // //
 // Author: Mike Brasher (mbrasher@bmc.com) // Author: Mike Brasher (mbrasher@bmc.com)
 // //
 // Modified By:  // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company
   //                (carolann_graves@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 77 
Line 78 
     "CIM_ERR_METHOD_NOT_FOUND: The specified extrinsic method does not exist"     "CIM_ERR_METHOD_NOT_FOUND: The specified extrinsic method does not exist"
 }; };
  
 const char* CIMStatusCodeToString(CIMStatusCode code)  const char* cimStatusCodeToString(CIMStatusCode code)
 { {
     if (Uint32(code) < CIM_ERR_METHOD_NOT_FOUND)     if (Uint32(code) < CIM_ERR_METHOD_NOT_FOUND)
         return _cimMessages[Uint32(code)];         return _cimMessages[Uint32(code)];


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2