(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.96 and 1.97

version 1.96, 2004/04/21 15:08:40 version 1.97, 2004/04/21 15:12:08
Line 3620 
Line 3620 
  
     cimClass = CIMClass(name, superClass);     cimClass = CIMClass(name, superClass);
  
           if(entry.type != XmlEntry::EMPTY_TAG)
           {
   
     // Get QUALIFIER elements:     // Get QUALIFIER elements:
  
     getQualifierElements(parser, cimClass);     getQualifierElements(parser, cimClass);
Line 3636 
Line 3639 
         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.96  
changed lines
  Added in v.1.97

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2