webservices/wshttpchanneltransportplugin/src/senhttpchanneltransportplugin.cpp
changeset 2 150a13bad6af
parent 0 62f9d29f7211
child 3 b5a195438f6a
equal deleted inserted replaced
1:272b002df977 2:150a13bad6af
    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>