# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1270066652 -10800 # Node ID bf3935de63a1704d00d7c613bff5605e452ab782 # Parent 6abf3d6055cdc38b65306beed5d15da485e4ec67 Revision: 201010 Kit: 201013 diff -r 6abf3d6055cd -r bf3935de63a1 package_definition.xml --- a/package_definition.xml Mon Mar 15 12:44:52 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,127 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 6abf3d6055cd -r bf3935de63a1 webservices/wshttpchanneltransportplugin/src/senhttpchannelimpl.cpp --- a/webservices/wshttpchanneltransportplugin/src/senhttpchannelimpl.cpp Mon Mar 15 12:44:52 2010 +0200 +++ b/webservices/wshttpchanneltransportplugin/src/senhttpchannelimpl.cpp Wed Mar 31 23:17:32 2010 +0300 @@ -31,10 +31,10 @@ #include #include "sendebug.h" // filelogging and debugging MACROS -#include "senserviceconnection.h" // KErrSenNoHttpResponseBody -#include "senelement.h" -#include "senxmlutils.h" -#include "senhttptransportproperties.h" +#include "SenServiceConnection.h" // KErrSenNoHttpResponseBody +#include "SenElement.h" +#include "SenXmlUtils.h" +#include "SenHttpTransportProperties.h" #include "senhttpchannelimpl.h" #include "senhttpeventhandler.h" #include "sentxnstate.h" diff -r 6abf3d6055cd -r bf3935de63a1 webservices/wshttpchanneltransportplugin/src/senhttpchanneltransportplugin.cpp --- a/webservices/wshttpchanneltransportplugin/src/senhttpchanneltransportplugin.cpp Mon Mar 15 12:44:52 2010 +0200 +++ b/webservices/wshttpchanneltransportplugin/src/senhttpchanneltransportplugin.cpp Wed Mar 31 23:17:32 2010 +0300 @@ -26,25 +26,25 @@ // INCLUDE FILES -#include "senserviceconnection.h" +#include "SenServiceConnection.h" #include "senhttpchanneltransportplugin.h" #include "senhttpchannelimpl.h" #include "senhttpsyncrequester.h" -#include "senxmlutils.h" -#include "senidentityprovider.h" +#include "SenXmlUtils.h" +#include "SenIdentityProvider.h" #include "senwspattern.h" -#include "senfragment.h" -#include "senelement.h" +#include "SenFragment.h" +#include "SenElement.h" #include "sendebug.h" -#include "msenproperty.h" -#include "senhttptransportproperties.h" // Utils\inc +#include "MSenProperty.h" +#include "SenHttpTransportProperties.h" // Utils\inc #include "sentransportcontext.h" #include "senlayeredhttptransportproperties.h" // internal Framework\inc #include "msenmessagecontext.h" -#include "msenmessage.h" -#include "sensoapmessage2.h" -#include "rsendocument.h" -#include "senparser.h" +#include "MSenMessage.h" +#include "SenSoapMessage2.h" +#include "RSenDocument.h" +#include "SenParser.h" #include "senservicesession.h" #include "senlogger.h" #include "senclientsession.h"