diff -r e1bea15f9a39 -r 79859ed3eea9 browserutilities/feedsengine/FeedsServer/UrlHandler/src/HttpConnection.cpp --- 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 #include #include -#include +#include #include #include "HttpConnection.h" -#include +#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.