browserutilities/feedsengine/FeedsServer/UrlHandler/src/HttpConnection.cpp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 68 92a765b5b3e7
--- a/browserutilities/feedsengine/FeedsServer/UrlHandler/src/HttpConnection.cpp	Tue Feb 02 00:56:45 2010 +0200
+++ b/browserutilities/feedsengine/FeedsServer/UrlHandler/src/HttpConnection.cpp	Fri Mar 19 09:52:28 2010 +0200
@@ -15,16 +15,18 @@
 *
 */
 
+
 #include <http.h>
-#include <httpfiltercommonstringsext.h>
-#include <httpfilterconnhandlerinterface.h>
-#include <internetconnectionmanager.h>
-#include <httpfiltercommonstringsaddition.h>
+#include <HttpFilterCommonStringsExt.h>
+#include <HttpFilterConnHandlerInterface.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.