(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.77 and 1.78

version 1.77, 2005/11/16 20:46:39 version 1.78, 2006/01/10 19:41:15
Line 66 
Line 66 
 #include <Pegasus/Common/CIMParamValue.h> #include <Pegasus/Common/CIMParamValue.h>
 #include <Pegasus/Common/Message.h> #include <Pegasus/Common/Message.h>
 #include <Pegasus/Common/Linkage.h> #include <Pegasus/Common/Linkage.h>
 #include <Pegasus/Common/ContentLanguages.h>  // l10n  #include <Pegasus/Common/ContentLanguageList.h>
 #include <Pegasus/Common/AcceptLanguages.h>   // l10n  #include <Pegasus/Common/AcceptLanguageList.h>
 #include <Pegasus/Common/Buffer.h> #include <Pegasus/Common/Buffer.h>
 #include <Pegasus/Common/StrLit.h> #include <Pegasus/Common/StrLit.h>
  
Line 262 
Line 262 
         const String& cimObject,         const String& cimObject,
         const String& authenticationHeader,         const String& authenticationHeader,
         HttpMethod httpMethod,         HttpMethod httpMethod,
         const AcceptLanguages & acceptLanguages,          const AcceptLanguageList& acceptLanguages,
         const ContentLanguages & contentLanguages,          const ContentLanguageList& contentLanguages,
         Uint32 contentLength);         Uint32 contentLength);
  
     // added to accommodate sending WBEMServerResponseTime PEP #128     // added to accommodate sending WBEMServerResponseTime PEP #128
     static void appendMethodResponseHeader(     static void appendMethodResponseHeader(
         Buffer& out,         Buffer& out,
         HttpMethod httpMethod,         HttpMethod httpMethod,
         const ContentLanguages & contentLanguages,          const ContentLanguageList& contentLanguages,
         Uint32 contentLength,         Uint32 contentLength,
         Uint64 serverResponseTime = 0);         Uint64 serverResponseTime = 0);
  
Line 371 
Line 371 
         const String& messageId,         const String& messageId,
         HttpMethod httpMethod,         HttpMethod httpMethod,
         const String& authenticationHeader,         const String& authenticationHeader,
         const AcceptLanguages& httpAcceptLanguages,          const AcceptLanguageList& httpAcceptLanguages,
         const ContentLanguages& httpContentLanguages);          const ContentLanguageList& httpContentLanguages);
  
     //PEP 128 - sending serverResponseTime (WBEMServerResponseTime) in respons header     //PEP 128 - sending serverResponseTime (WBEMServerResponseTime) in respons header
     static Buffer formatSimpleMethodRspMessage(     static Buffer formatSimpleMethodRspMessage(
         const CIMName& methodName,         const CIMName& methodName,
         const String& messageId,         const String& messageId,
         HttpMethod httpMethod,         HttpMethod httpMethod,
         const ContentLanguages & httpContentLanguages,          const ContentLanguageList& httpContentLanguages,
         const Buffer& body,         const Buffer& body,
         Uint64 serverResponseTime,         Uint64 serverResponseTime,
         Boolean isFirst = true,         Boolean isFirst = true,
Line 398 
Line 398 
         const String& messageId,         const String& messageId,
         HttpMethod httpMethod,         HttpMethod httpMethod,
         const String& authenticationHeader,         const String& authenticationHeader,
         const AcceptLanguages& httpAcceptLanguages,          const AcceptLanguageList& httpAcceptLanguages,
         const ContentLanguages& httpContentLanguages,          const ContentLanguageList& httpContentLanguages,
         const Buffer& body);         const Buffer& body);
  
     //PEP 128 - sending serverResponseTime (WBEMServerResponseTime) in respons header     //PEP 128 - sending serverResponseTime (WBEMServerResponseTime) in respons header
Line 407 
Line 407 
         const CIMName& iMethodName,         const CIMName& iMethodName,
         const String& messageId,         const String& messageId,
         HttpMethod httpMethod,         HttpMethod httpMethod,
         const ContentLanguages & httpContentLanguages,          const ContentLanguageList& httpContentLanguages,
         const Buffer& body,         const Buffer& body,
         Uint64 serverResponseTime,         Uint64 serverResponseTime,
         Boolean isFirst = true,         Boolean isFirst = true,
Line 431 
Line 431 
         const CIMName& cimMethod,         const CIMName& cimMethod,
         HttpMethod httpMethod,         HttpMethod httpMethod,
         const String& authenticationHeader,         const String& authenticationHeader,
         const AcceptLanguages& acceptLanguages,          const AcceptLanguageList& acceptLanguages,
         const ContentLanguages& contentLanguages,          const ContentLanguageList& contentLanguages,
         Uint32 contentLength);         Uint32 contentLength);
  
     static void appendEMethodResponseHeader(     static void appendEMethodResponseHeader(
         Buffer& out,         Buffer& out,
         HttpMethod httpMethod,         HttpMethod httpMethod,
         const ContentLanguages& contentLanguages,          const ContentLanguageList& contentLanguages,
         Uint32 contentLength);         Uint32 contentLength);
  
     static Buffer formatSimpleEMethodReqMessage(     static Buffer formatSimpleEMethodReqMessage(
Line 448 
Line 448 
         const String& messageId,         const String& messageId,
         HttpMethod httpMethod,         HttpMethod httpMethod,
         const String& authenticationHeader,         const String& authenticationHeader,
         const AcceptLanguages& httpAcceptLanguages,          const AcceptLanguageList& httpAcceptLanguages,
         const ContentLanguages& httpContentLanguages,          const ContentLanguageList& httpContentLanguages,
         const Buffer& body);         const Buffer& body);
  
     static Buffer formatSimpleEMethodRspMessage(     static Buffer formatSimpleEMethodRspMessage(
         const CIMName& eMethodName,         const CIMName& eMethodName,
         const String& messageId,         const String& messageId,
         HttpMethod httpMethod,         HttpMethod httpMethod,
         const ContentLanguages& httpContentLanguages,          const ContentLanguageList& httpContentLanguages,
         const Buffer& body);         const Buffer& body);
  
     static Buffer formatSimpleEMethodErrorRspMessage(     static Buffer formatSimpleEMethodErrorRspMessage(


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2