(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.120 and 1.121

version 1.120, 2006/08/24 21:28:13 version 1.121, 2006/10/30 13:02:53
Line 4487 
Line 4487 
  
     entry.getAttributeValue("DESCRIPTION", tmpDescription);     entry.getAttributeValue("DESCRIPTION", tmpDescription);
  
       cimException =
           PEGASUS_CIM_EXCEPTION(CIMStatusCode(tmpCode), tmpDescription);
   
     if (!empty)     if (!empty)
     {     {
         while (testStartTagOrEmptyTag(parser, entry))          CIMInstance instance;
   
           while (getInstanceElement(parser, instance))
         {         {
             skipElement(parser, entry);              cimException.addError(instance);
         }         }
  
         expectEndTag(parser, "ERROR");         expectEndTag(parser, "ERROR");
     }     }
  
     cimException = PEGASUS_CIM_EXCEPTION(CIMStatusCode(tmpCode), tmpDescription);  
     return true;     return true;
 } }
  
   
 //------------------------------------------------------------------------------ //------------------------------------------------------------------------------
 // getValueObjectElement() // getValueObjectElement()
 // //
Line 5318 
Line 5321 
 } }
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
   


Legend:
Removed from v.1.120  
changed lines
  Added in v.1.121

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2