browserutilities/feedsengine/FeedsServer/UrlHandler/src/HttpConnection.cpp
branchRCL_3
changeset 93 79859ed3eea9
parent 37 cb62a4f66ebe
child 94 919f36ff910f
--- a/browserutilities/feedsengine/FeedsServer/UrlHandler/src/HttpConnection.cpp	Thu Aug 19 10:58:56 2010 +0300
+++ b/browserutilities/feedsengine/FeedsServer/UrlHandler/src/HttpConnection.cpp	Tue Aug 31 16:17:46 2010 +0300
@@ -15,16 +15,18 @@
 *
 */
 
+
 #include <http.h>
 #include <httpfiltercommonstringsext.h>
 #include <httpfilterconnhandlerinterface.h>
-#include <internetconnectionmanager.h>
+#include <InternetConnectionManager.h>
 #include <httpfiltercommonstringsaddition.h>
 
 #include "HttpConnection.h"
-#include <leaktracker.h>
+#include "LeakTracker.h"
 #include "Logger.h"
 
+
 // -----------------------------------------------------------------------------
 // CHttpConnection::CHttpConnection
 // C++ default constructor can NOT contain any code, that
@@ -35,6 +37,7 @@
     {
     }
         
+
 // -----------------------------------------------------------------------------
 // CHttpConnection::BaseConstructL
 // Symbian 2nd phase constructor can leave.