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

Diff for /pegasus/src/Pegasus/Common/XmlReader.cpp between version 1.4 and 1.5

version 1.4, 2001/02/26 04:33:28 version 1.5, 2001/03/05 04:29:02
Line 23 
Line 23 
 // Author: // Author:
 // //
 // $Log$ // $Log$
   // Revision 1.5  2001/03/05 04:29:02  mike
   // renamed CimException to CIMException
   //
 // Revision 1.4  2001/02/26 04:33:28  mike // Revision 1.4  2001/02/26 04:33:28  mike
 // Fixed many places where cim names were be compared with operator==(String,String). // Fixed many places where cim names were be compared with operator==(String,String).
 // Changed all of these to use CIMName::equal() // Changed all of these to use CIMName::equal()
Line 2673 
Line 2676 
  
 Boolean XmlReader::getErrorElement( Boolean XmlReader::getErrorElement(
     XmlParser& parser,     XmlParser& parser,
     CimException::Code& code,      CIMException::Code& code,
     const char*& description,     const char*& description,
     Boolean required)     Boolean required)
 { {
Line 2696 
Line 2699 
         throw XmlValidationError(         throw XmlValidationError(
             parser.getLine(), "missing ERROR.CODE attribute");             parser.getLine(), "missing ERROR.CODE attribute");
  
     code = CimException::Code(tmpCode);      code = CIMException::Code(tmpCode);
  
     // Get ERROR.DESCRIPTION:     // Get ERROR.DESCRIPTION:
  


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2