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

Diff for /pegasus/src/Pegasus/Common/CIMStatusCode.h between version 1.6 and 1.7

version 1.6, 2003/03/12 21:02:53 version 1.7, 2003/07/15 16:53:03
Line 33 
Line 33 
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/Linkage.h> #include <Pegasus/Common/Linkage.h>
   #include <Pegasus/Common/ContentLanguages.h> //l10n
   #include <Pegasus/Common/MessageLoader.h>  // l10n
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 113 
Line 115 
     CIM_ERR_METHOD_NOT_FOUND = 17     CIM_ERR_METHOD_NOT_FOUND = 17
 }; };
  
   // l10n - TODO the first func should go away - once all Pegasus is globalized
 PEGASUS_COMMON_LINKAGE const char* cimStatusCodeToString(CIMStatusCode code); PEGASUS_COMMON_LINKAGE const char* cimStatusCodeToString(CIMStatusCode code);
  
   // l10n
   PEGASUS_COMMON_LINKAGE String cimStatusCodeToString(CIMStatusCode code,
                                                                   const ContentLanguages &contentLanguages);
   
   // l10n
   PEGASUS_COMMON_LINKAGE ContentLanguages cimStatusCodeToString_Thread(
                                                                                                   String & message,
                                                                                                   CIMStatusCode code);
   
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  
 #endif /* Pegasus_CIMStatusCode_h */ #endif /* Pegasus_CIMStatusCode_h */


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2