--- a/browserutilities/feedsengine/FeedsServer/UrlHandler/inc/HttpHandler.h Thu Aug 19 10:58:56 2010 +0300
+++ b/browserutilities/feedsengine/FeedsServer/UrlHandler/inc/HttpHandler.h Tue Aug 31 16:17:46 2010 +0300
@@ -15,9 +15,11 @@
*
*/
+
#ifndef HTTP_HANDLER_H
#define HTTP_HANDLER_H
+
// INCLUDES
#include <e32base.h>
#include <http/mhttptransactioncallback.h>
@@ -25,7 +27,7 @@
#include <http/rhttptransaction.h>
#include "HttpConnection.h"
-#include <leaktracker.h>
+#include "LeakTracker.h"
#include "UrlHandler.h"
// CONSTANTS
@@ -43,6 +45,7 @@
// CLASS DECLARATION
+
/**
* A class that fetches resources via HTTP 1.1.
*