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

Diff for /pegasus/src/Pegasus/Common/InternalException.h between version 1.4.14.3 and 1.4.14.4

version 1.4.14.3, 2003/08/13 19:39:50 version 1.4.14.4, 2003/08/14 11:55:42
Line 101 
Line 101 
 public: public:
  
     static const char MSG[];     static const char MSG[];
   
     static const char KEY[];     static const char KEY[];
  
   
     //NullPointer() : Exception(MSG) { }     //NullPointer() : Exception(MSG) { }
  
     NullPointer() : Exception(MessageLoaderParms(KEY, MSG)) { }     NullPointer() : Exception(MessageLoaderParms(KEY, MSG)) { }
Line 489 
Line 487 
 public: public:
  
     static const char MSG[];     static const char MSG[];
   
     static const char KEY[];     static const char KEY[];
  
   
     //MissingNullTerminator() : Exception(MSG) { }     //MissingNullTerminator() : Exception(MSG) { }
     MissingNullTerminator()     MissingNullTerminator()
         : Exception(MessageLoaderParms(KEY, MSG)) { }         : Exception(MessageLoaderParms(KEY, MSG)) { }
 }; };
  
   
 //l10n start //l10n start
  
 class PEGASUS_COMMON_LINKAGE MalformedLanguageHeader: public Exception class PEGASUS_COMMON_LINKAGE MalformedLanguageHeader: public Exception


Legend:
Removed from v.1.4.14.3  
changed lines
  Added in v.1.4.14.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2