(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.60 and 1.61

version 1.60, 2003/03/06 22:46:04 version 1.61, 2003/03/10 20:02:08
Line 375 
Line 375 
         HttpMethod httpMethod,         HttpMethod httpMethod,
         const CIMException& cimException);         const CIMException& cimException);
  
       static void appendInstanceEParameter(
           Array<Sint8>& out,
           const char* name,
           const CIMInstance& instance);
   
     static void appendEMethodRequestHeader(     static void appendEMethodRequestHeader(
         Array<Sint8>& out,         Array<Sint8>& out,
         const char* requestUri,         const char* requestUri,
Line 482 
Line 487 
     static void _appendEMethodCallElementEnd(     static void _appendEMethodCallElementEnd(
         Array<Sint8>& out);         Array<Sint8>& out);
  
       static void _appendEParamValueElementBegin(
           Array<Sint8>& out,
           const char* name);
       static void _appendEParamValueElementEnd(
           Array<Sint8>& out);
   
     static void _appendSimpleExportRspElementBegin(Array<Sint8>& out);     static void _appendSimpleExportRspElementBegin(Array<Sint8>& out);
     static void _appendSimpleExportRspElementEnd(Array<Sint8>& out);     static void _appendSimpleExportRspElementEnd(Array<Sint8>& out);
  


Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2