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

Diff for /pegasus/src/Pegasus/Common/XmlParser.h between version 1.17 and 1.18

version 1.17, 2002/08/21 22:45:50 version 1.18, 2003/07/18 13:28:06
Line 63 
Line 63 
         SEMANTIC_ERROR         SEMANTIC_ERROR
     };     };
  
   
     XmlException(     XmlException(
         Code code,         Code code,
         Uint32 lineNumber,         Uint32 lineNumber,
         const String& message = String());         const String& message = String());
  
   
       XmlException(
           Code code,
           Uint32 lineNumber,
           MessageLoaderParms& msgParms);
   
   
     XmlException::Code getCode() const { return _code; }     XmlException::Code getCode() const { return _code; }
  
 private: private:
Line 80 
Line 88 
 public: public:
  
     XmlValidationError(Uint32 lineNumber, const String& message);     XmlValidationError(Uint32 lineNumber, const String& message);
       XmlValidationError(Uint32 lineNumber, MessageLoaderParms& msgParms);
 }; };
  
 class PEGASUS_COMMON_LINKAGE XmlSemanticError : public XmlException class PEGASUS_COMMON_LINKAGE XmlSemanticError : public XmlException
Line 87 
Line 96 
 public: public:
  
     XmlSemanticError(Uint32 lineNumber, const String& message);     XmlSemanticError(Uint32 lineNumber, const String& message);
       XmlSemanticError(Uint32 lineNumber, MessageLoaderParms& msgParms);
 }; };
  
 struct XmlAttribute struct XmlAttribute


Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2