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

Diff for /pegasus/src/Pegasus/Repository/InheritanceTree.h between version 1.22 and 1.23

version 1.22, 2002/09/13 21:40:42 version 1.23, 2003/07/23 03:27:25
Line 38 
Line 38 
 #include <Pegasus/Common/String.h> #include <Pegasus/Common/String.h>
 #include <Pegasus/Common/InternalException.h> #include <Pegasus/Common/InternalException.h>
 #include <Pegasus/Repository/Linkage.h> #include <Pegasus/Repository/Linkage.h>
   #include <Pegasus/Common/MessageLoader.h> //l10n
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 251 
Line 252 
 class InvalidInheritanceTree : public Exception class InvalidInheritanceTree : public Exception
 { {
 public: public:
           //l10n start
       //InvalidInheritanceTree(const String& className)
           //: Exception("Invalid inheritance tree: unknown class: " + className) { }
     InvalidInheritanceTree(const String& className)     InvalidInheritanceTree(const String& className)
         : Exception("Invalid inheritance tree: unknown class: " + className) { }          : Exception(MessageLoaderParms("Repository.InheritanceTree.INVALID_INHERITANCE_TREE",
                                                                      "Invalid inheritance tree: unknown class: $0", className)) { }
           //l10n end
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2