browserutilities/feedsengine/FeedsServer/UrlHandler/src/HttpHandler.cpp
changeset 36 0ed94ceaa377
parent 13 10e98eab6f85
child 37 cb62a4f66ebe
equal deleted inserted replaced
32:9a9a761f03f1 36:0ed94ceaa377
    17 
    17 
    18 
    18 
    19 #include <EscapeUtils.h>
    19 #include <EscapeUtils.h>
    20 #include <http.h>
    20 #include <http.h>
    21 #include <http/mhttpdatasupplier.h>
    21 #include <http/mhttpdatasupplier.h>
    22 #include <HttpFilterCommonStringsAddition.h>
    22 #include <httpfiltercommonstringsaddition.h>
    23 
    23 
    24 #include "HttpConnection.h"
    24 #include "HttpConnection.h"
    25 #include "HttpHandler.h"
    25 #include "HttpHandler.h"
    26 #include "LeakTracker.h"
    26 #include "leaktracker.h"
    27 #include "Logger.h"
    27 #include "Logger.h"
    28 
    28 
    29 #include "CUserAgent.h"
    29 #include "cuseragent.h"
    30 
    30 
    31 // -----------------------------------------------------------------------------
    31 // -----------------------------------------------------------------------------
    32 // CHttpHandler::NewL
    32 // CHttpHandler::NewL
    33 //
    33 //
    34 // Two-phased constructor.
    34 // Two-phased constructor.