(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.38 and 1.39

version 1.38, 2002/04/23 16:41:55 version 1.39, 2002/05/15 06:42:28
Line 61 
Line 61 
         append(out, Char16(x));         append(out, Char16(x));
     }     }
  
       static void append(Array<Sint8>& out, Boolean x);
   
     static void append(Array<Sint8>& out, Uint32 x);     static void append(Array<Sint8>& out, Uint32 x);
  
       static void append(Array<Sint8>& out, Sint32 x);
   
       static void append(Array<Sint8>& out, Uint64 x);
   
       static void append(Array<Sint8>& out, Sint64 x);
   
       static void append(Array<Sint8>& out, Real64 x);
   
     static void append(Array<Sint8>& out, const char* str);     static void append(Array<Sint8>& out, const char* str);
  
     static void append(Array<Sint8>& out, const String& str);     static void append(Array<Sint8>& out, const String& str);
Line 114 
Line 124 
         Array<Sint8>& out,         Array<Sint8>& out,
         const CIMReference& objectPath);         const CIMReference& objectPath);
  
       static void appendValueElement(
           Array<Sint8>& out,
           const CIMValue& value);
   
       static void printValueElement(
           const CIMValue& value,
           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.38  
changed lines
  Added in v.1.39

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2