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

Diff for /pegasus/src/Pegasus/Common/XmlWriter.h between version 1.39 and 1.40

version 1.39, 2002/05/15 06:42:28 version 1.40, 2002/05/15 08:11:50
Line 132 
Line 132 
         const CIMValue& value,         const CIMValue& value,
         PEGASUS_STD(ostream)& os=PEGASUS_STD(cout));         PEGASUS_STD(ostream)& os=PEGASUS_STD(cout));
  
       static void appendClassElement(
           Array<Sint8>& out,
           const CIMConstClass& cimclass);
   
       static void printClassElement(
           const CIMConstClass& cimclass,
           PEGASUS_STD(ostream)& os=PEGASUS_STD(cout));
   
       static void appendInstanceElement(
           Array<Sint8>& out,
           const CIMConstInstance& instance);
   
       static void printInstanceElement(
           const CIMConstInstance& instance,
           PEGASUS_STD(ostream)& os=PEGASUS_STD(cout));
   
     static void appendMethodCallHeader(     static void appendMethodCallHeader(
         Array<Sint8>& out,         Array<Sint8>& out,
         const char* host,         const char* host,


Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2