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

Diff for /pegasus/src/Pegasus/Common/CIMInternalXmlEncoder.h between version 1.2 and 1.3

version 1.2, 2009/12/15 11:39:33 version 1.3, 2011/01/25 11:24:24
Line 41 
Line 41 
 class PEGASUS_COMMON_LINKAGE CIMInternalXmlEncoder class PEGASUS_COMMON_LINKAGE CIMInternalXmlEncoder
 { {
 public: public:
     static void _putXMLInstance(CIMBuffer& out, const CIMInstance& ci);      static void _putXMLInstance(
     static void _putXMLNamedInstance(CIMBuffer& out, const CIMInstance& ci);          CIMBuffer& out,
     static void _putXMLObject(CIMBuffer& out, const CIMObject& co);          const CIMInstance& ci,
           Boolean includeQualifiers = true,
           Boolean includeClassOrigin = true,
           const CIMPropertyList& propertyList = CIMPropertyList());
   
       static void _putXMLNamedInstance(
           CIMBuffer& out,
           const CIMInstance& ci,
           Boolean includeQualifiers = true,
           Boolean includeClassOrigin = true,
           const CIMPropertyList& propertyList = CIMPropertyList());
   
       static void _putXMLObject(
           CIMBuffer& out,
           const CIMObject& co,
           Boolean includeQualifiers = true,
           Boolean includeClassOrigin = true,
           const CIMPropertyList& propertyList = CIMPropertyList());
   
     static void _appendValueReferenceElement(     static void _appendValueReferenceElement(
         Buffer& out,         Buffer& out,
         const CIMObjectPath& reference);         const CIMObjectPath& reference);


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2