(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.76 and 1.77

version 1.76, 2005/11/07 23:15:59 version 1.77, 2005/11/16 20:46:39
Line 38 
Line 38 
 //         Brian G. Campbell, EMC (campbell_brian@emc.com) - PEP140/phase1 //         Brian G. Campbell, EMC (campbell_brian@emc.com) - PEP140/phase1
 //                 Willis White (whiwill@us.ibm.com) PEP 127 and 128 //                 Willis White (whiwill@us.ibm.com) PEP 127 and 128
 //         Brian G. Campbell, EMC (campbell_brian@emc.com) - PEP140/phase2 //         Brian G. Campbell, EMC (campbell_brian@emc.com) - PEP140/phase2
 //         David Dillard, VERITAS Software Corp.  (david.dillard@veritas.com)  //         David Dillard, Symantec Corp. (david_dillard@symantec.com)
 //              Vijay Eli, vijayeli@in.ibm.com, fix for #2571 //              Vijay Eli, vijayeli@in.ibm.com, fix for #2571
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
Line 272 
Line 272 
         HttpMethod httpMethod,         HttpMethod httpMethod,
     const ContentLanguages & contentLanguages,     const ContentLanguages & contentLanguages,
         Uint32 contentLength,         Uint32 contentLength,
         Uint32 serverResponseTime = 0);          Uint64 serverResponseTime = 0);
  
     static void appendHttpErrorResponseHeader(     static void appendHttpErrorResponseHeader(
         Buffer& out,         Buffer& out,
Line 381 
Line 381 
         HttpMethod httpMethod,         HttpMethod httpMethod,
         const ContentLanguages & httpContentLanguages,         const ContentLanguages & httpContentLanguages,
         const Buffer& body,         const Buffer& body,
         Uint32 serverResponseTime,          Uint64 serverResponseTime,
         Boolean isFirst = true,         Boolean isFirst = true,
         Boolean isLast = true);         Boolean isLast = true);
  
Line 409 
Line 409 
         HttpMethod httpMethod,         HttpMethod httpMethod,
         const ContentLanguages & httpContentLanguages,         const ContentLanguages & httpContentLanguages,
         const Buffer& body,         const Buffer& body,
         Uint32 serverResponseTime,          Uint64 serverResponseTime,
         Boolean isFirst = true,         Boolean isFirst = true,
         Boolean isLast = true);         Boolean isLast = true);
  
Line 491 
Line 491 
     static void _appendMethodCallElementBegin(     static void _appendMethodCallElementBegin(
         Buffer& out,         Buffer& out,
         const CIMName& name);         const CIMName& name);
   
     static void _appendMethodCallElementEnd(     static void _appendMethodCallElementEnd(
         Buffer& out);         Buffer& out);
  
Line 534 
Line 535 
     static void _appendEMethodCallElementBegin(     static void _appendEMethodCallElementBegin(
         Buffer& out,         Buffer& out,
         const CIMName& name);         const CIMName& name);
   
     static void _appendEMethodCallElementEnd(     static void _appendEMethodCallElementEnd(
         Buffer& out);         Buffer& out);
  
Line 549 
Line 551 
     static void _appendEMethodResponseElementBegin(     static void _appendEMethodResponseElementBegin(
         Buffer& out,         Buffer& out,
         const CIMName& name);         const CIMName& name);
   
     static void _appendEMethodResponseElementEnd(     static void _appendEMethodResponseElementEnd(
         Buffer& out);         Buffer& out);
  


Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2