webservices/wshttpchanneltransportplugin/src/senhttpchannelimpl.cpp
changeset 2 150a13bad6af
parent 1 272b002df977
child 3 b5a195438f6a
child 28 0802db42e4e9
equal deleted inserted replaced
1:272b002df977 2:150a13bad6af
    29 #include <es_sock.h>
    29 #include <es_sock.h>
    30 #include <in_sock.h>
    30 #include <in_sock.h>
    31 #include <http.h>
    31 #include <http.h>
    32 
    32 
    33 #include "sendebug.h" // filelogging and debugging MACROS
    33 #include "sendebug.h" // filelogging and debugging MACROS
    34 #include <SenServiceConnection.h> // KErrSenNoHttpResponseBody
    34 #include "senserviceconnection.h" // KErrSenNoHttpResponseBody
    35 #include <SenElement.h>
    35 #include "senelement.h"
    36 #include <SenXmlUtils.h>
    36 #include "senxmlutils.h"
    37 #include <SenHttpTransportProperties.h>
    37 #include "senhttptransportproperties.h"
    38 #include "senhttpchannelimpl.h"
    38 #include "senhttpchannelimpl.h"
    39 #include "senhttpeventhandler.h"
    39 #include "senhttpeventhandler.h"
    40 #include "sentxnstate.h"
    40 #include "sentxnstate.h"
    41 #include "senatomtxnstate.h"
    41 #include "senatomtxnstate.h"
    42 #include "senrfiletxnstate.h"
    42 #include "senrfiletxnstate.h"
    45 #include "msenidentitymanager.h"
    45 #include "msenidentitymanager.h"
    46 #include "senlogger.h"
    46 #include "senlogger.h"
    47 
    47 
    48 #include "senhttpchanneltransportplugin.h"
    48 #include "senhttpchanneltransportplugin.h"
    49 //For HTTPProxyFilter
    49 //For HTTPProxyFilter
    50 #include <HttpFilterProxyInterface.h>
    50 #include <httpfilterproxyinterface.h>
    51 #include <HttpFilterAcceptHeaderInterface.h>
    51 #include <httpfilteracceptheaderinterface.h>
    52 #include <HttpFilterCommonStringsExt.h>
    52 #include <httpfiltercommonstringsext.h>
    53 #include <DeflateFilterInterface.h>
    53 #include <deflatefilterinterface.h>
    54 
    54 
    55 // CONSTANTS
    55 // CONSTANTS
    56 namespace
    56 namespace
    57     {
    57     {
    58     _LIT(KTxnStateNullPanicText,            "TxnState is NULL");
    58     _LIT(KTxnStateNullPanicText,            "TxnState is NULL");