webservices/wshttpchanneltransportplugin/src/senhttpchanneltransportplugin.cpp
branchRCL_3
changeset 13 bf3935de63a1
parent 11 6abf3d6055cd
child 19 9e96e2676219
equal deleted inserted replaced
11:6abf3d6055cd 13:bf3935de63a1
    24 
    24 
    25 
    25 
    26 
    26 
    27 
    27 
    28 // INCLUDE FILES
    28 // INCLUDE FILES
    29 #include "senserviceconnection.h"
    29 #include "SenServiceConnection.h"
    30 #include "senhttpchanneltransportplugin.h"
    30 #include "senhttpchanneltransportplugin.h"
    31 #include "senhttpchannelimpl.h"
    31 #include "senhttpchannelimpl.h"
    32 #include "senhttpsyncrequester.h"
    32 #include "senhttpsyncrequester.h"
    33 #include "senxmlutils.h"
    33 #include "SenXmlUtils.h"
    34 #include "senidentityprovider.h"
    34 #include "SenIdentityProvider.h"
    35 #include "senwspattern.h"
    35 #include "senwspattern.h"
    36 #include "senfragment.h"
    36 #include "SenFragment.h"
    37 #include "senelement.h"
    37 #include "SenElement.h"
    38 #include "sendebug.h"
    38 #include "sendebug.h"
    39 #include "msenproperty.h"
    39 #include "MSenProperty.h"
    40 #include "senhttptransportproperties.h" // Utils\inc
    40 #include "SenHttpTransportProperties.h" // Utils\inc
    41 #include "sentransportcontext.h"
    41 #include "sentransportcontext.h"
    42 #include "senlayeredhttptransportproperties.h" // internal Framework\inc
    42 #include "senlayeredhttptransportproperties.h" // internal Framework\inc
    43 #include "msenmessagecontext.h"
    43 #include "msenmessagecontext.h"
    44 #include "msenmessage.h"
    44 #include "MSenMessage.h"
    45 #include "sensoapmessage2.h"
    45 #include "SenSoapMessage2.h"
    46 #include "rsendocument.h"
    46 #include "RSenDocument.h"
    47 #include "senparser.h"
    47 #include "SenParser.h"
    48 #include "senservicesession.h"
    48 #include "senservicesession.h"
    49 #include "senlogger.h"
    49 #include "senlogger.h"
    50 #include "senclientsession.h"
    50 #include "senclientsession.h"
    51 #include <xmlengchunkcontainer.h>
    51 #include <xmlengchunkcontainer.h>
    52 #include <xmlengfilecontainer.h>
    52 #include <xmlengfilecontainer.h>