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

Diff for /pegasus/src/Pegasus/ExportClient/HTTPExportResponseDecoder.h between version 1.5 and 1.5.8.1

version 1.5, 2008/12/02 09:01:34 version 1.5.8.1, 2013/07/20 18:32:46
Line 40 
Line 40 
 #include <Pegasus/Common/XmlParser.h> #include <Pegasus/Common/XmlParser.h>
 #include <Pegasus/Common/CIMMessage.h> #include <Pegasus/Common/CIMMessage.h>
 #include <Pegasus/ExportClient/Linkage.h> #include <Pegasus/ExportClient/Linkage.h>
   #ifdef PEGASUS_ENABLE_PROTOCOL_WSMAN
   #include <Pegasus/WsmServer/WsmResponse.h>
   #endif
   #include <Pegasus/Common/ContentLanguageList.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 135 
Line 139 
         const String& reasonPhrase,         const String& reasonPhrase,
         char*& content,         char*& content,
         ClientExceptionMessage*& exceptionMessage,         ClientExceptionMessage*& exceptionMessage,
         Boolean& valid);          Boolean& valid,
           Boolean wsmanFlag = false);
  
     /**     /**
         Decodes the Export Response in the HTTP message.         Decodes the Export Response in the HTTP message.
Line 152 
Line 157 
         Boolean cimReconnect,         Boolean cimReconnect,
         Message*& responseMessage);         Message*& responseMessage);
  
   #ifdef PEGASUS_ENABLE_PROTOCOL_WSMAN
       static void decodeWSMANExportResponse(
           char* content,
           Boolean reconnect,
           Message*& responseMessage,
           ContentLanguageList & contentLanguages,
           WsmRequest* request);
   #endif
 private: private:
  
     /**     /**
Line 168 
Line 181 
         XmlParser& parser,         XmlParser& parser,
         const String& messageId,         const String& messageId,
         Boolean isEmptyExpMethodResponseTag);         Boolean isEmptyExpMethodResponseTag);
   
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.8.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2