(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.13 and 1.13.18.1

version 1.13, 2005/02/05 22:59:23 version 1.13.18.1, 2006/02/10 16:09:35
Line 1 
Line 1 
 //%2005////////////////////////////////////////////////////////////////////////  //%2006////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
Line 8 
Line 8 
 // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
 // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.; // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 // EMC Corporation; VERITAS Software Corporation; The Open Group. // EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; Symantec Corporation; The Open Group.
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 34 
Line 36 
  
 #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/ContentLanguageList.h>
 #include <Pegasus/Common/MessageLoader.h>  // l10n  #include <Pegasus/Common/MessageLoader.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 120 
Line 122 
 PEGASUS_COMMON_LINKAGE const char* cimStatusCodeToString(CIMStatusCode code); PEGASUS_COMMON_LINKAGE const char* cimStatusCodeToString(CIMStatusCode code);
  
 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES
 // l10n  
 /** <I><B>Experimental Interface</B></I><BR> /** <I><B>Experimental Interface</B></I><BR>
  */  */
 PEGASUS_COMMON_LINKAGE String cimStatusCodeToString(CIMStatusCode code,  PEGASUS_COMMON_LINKAGE String cimStatusCodeToString(
                                               const ContentLanguages &contentLanguages);      CIMStatusCode code,
       const ContentLanguageList &contentLanguages);
  
 // l10n  
 /** <I><B>Experimental Interface</B></I><BR> /** <I><B>Experimental Interface</B></I><BR>
  */  */
 PEGASUS_COMMON_LINKAGE ContentLanguages cimStatusCodeToString_Thread(String & message,                                               CIMStatusCode code);  PEGASUS_COMMON_LINKAGE ContentLanguageList cimStatusCodeToString_Thread(
       String & message,
       CIMStatusCode code);
 #endif  //    PEGASUS_USE_EXPERIMENTAL_INTERFACES #endif  //    PEGASUS_USE_EXPERIMENTAL_INTERFACES
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.13.18.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2