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

Diff for /pegasus/src/Pegasus/Common/ExceptionRep.h between version 1.7 and 1.8

version 1.7, 2005/02/05 22:59:23 version 1.8, 2006/01/10 19:41:15
Line 40 
Line 40 
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/String.h> #include <Pegasus/Common/String.h>
 #include <Pegasus/Common/Linkage.h> #include <Pegasus/Common/Linkage.h>
 #include <Pegasus/Common/ContentLanguages.h>    //l10n  #include <Pegasus/Common/ContentLanguageList.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 48 
Line 48 
 { {
 public: public:
     String message;     String message;
 // l10n  
     String cimMessage;  // Contains the message for the CIM error code     String cimMessage;  // Contains the message for the CIM error code
 // l10n      ContentLanguageList contentLanguages;
     ContentLanguages contentLanguages;  
  
     // Allow subclass objects to be destructed properly     // Allow subclass objects to be destructed properly
     virtual ~ExceptionRep() {}     virtual ~ExceptionRep() {}


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2