(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.95 and 1.96

version 1.95, 2004/04/19 22:09:17 version 1.96, 2004/04/21 15:08:40
Line 3611 
Line 3611 
 { {
     XmlEntry entry;     XmlEntry entry;
  
     if (!testStartTag(parser, entry, "CLASS"))      if (!testStartTagOrEmptyTag(parser, entry, "CLASS"))
         return false;         return false;
  
     CIMName name = getCimNameAttribute(parser.getLine(), entry, "CLASS");     CIMName name = getCimNameAttribute(parser.getLine(), entry, "CLASS");
Line 3636 
Line 3636 
         cimClass.addMethod(method);         cimClass.addMethod(method);
  
     // Get CLASS end tag:     // Get CLASS end tag:
           if(entry.type != XmlEntry::EMPTY_TAG)
     expectEndTag(parser, "CLASS");     expectEndTag(parser, "CLASS");
  
     return true;     return true;


Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2