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

Diff for /pegasus/src/Pegasus/Common/XmlReader.h between version 1.31 and 1.32

version 1.31, 2002/05/30 15:55:21 version 1.32, 2002/05/31 04:02:09
Line 50 
Line 50 
 class CIMParameter; class CIMParameter;
 class CIMMethod; class CIMMethod;
 class CIMObject; class CIMObject;
 class CIMObjectWithPath;  
 class CIMParamValue; class CIMParamValue;
 class CIMValue; class CIMValue;
  
Line 370 
Line 369 
  
     static Boolean getValueObjectWithPathElement(     static Boolean getValueObjectWithPathElement(
         XmlParser& parser,         XmlParser& parser,
         CIMObjectWithPath& objectWithPath);          CIMObject& objectWithPath);
  
     static Boolean getValueObjectWithLocalPathElement(     static Boolean getValueObjectWithLocalPathElement(
         XmlParser& parser,         XmlParser& parser,
         CIMObjectWithPath& objectWithPath);          CIMObject& objectWithPath);
  
     static void getObjectArray(     static void getObjectArray(
         XmlParser& parser,         XmlParser& parser,
         Array<CIMObjectWithPath>& objectArray);          Array<CIMObject>& objectArray);
  
     static Boolean getObjectNameElement(     static Boolean getObjectNameElement(
         XmlParser& parser,         XmlParser& parser,


Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2