webservices/wshttpchanneltransportplugin/src/senhttpchanneltransportplugin.cpp
branchRCL_3
changeset 22 c5fabff9b552
parent 14 9e96e2676219
child 23 1adb97a15c2f
--- a/webservices/wshttpchanneltransportplugin/src/senhttpchanneltransportplugin.cpp	Thu Aug 19 10:59:30 2010 +0300
+++ b/webservices/wshttpchanneltransportplugin/src/senhttpchanneltransportplugin.cpp	Tue Aug 31 16:18:26 2010 +0300
@@ -48,9 +48,9 @@
 #include "senservicesession.h"
 #include "senlogger.h"
 #include "senclientsession.h"
-#include <xmlengchunkcontainer.h>
-#include <xmlengfilecontainer.h>
-#include <xmlengserializer.h>
+#include <xml/dom/xmlengchunkcontainer.h>
+#include <xml/dom/xmlengfilecontainer.h>
+#include <xml/dom/xmlengserializer.h>
 
 
 
@@ -482,10 +482,7 @@
     	{
     	iHttpChannel->SetExplicitIapDefined(ETrue);
     	}	
-    if(iHttpChannel)
-    	{
     	iHttpChannel->DisableTimeOutL(aRequestId);
-    	}
 #ifdef _SENDEBUG    
     TLSLOG_FORMAT((KSenHttpChannelObserverLogChannelBase,KNormalLogLevel, _L8("- Request's txnID: %d"), aRequestId));
     if ( apErrorBody )