browserutilities/feedsengine/FeedsServer/UrlHandler/src/HttpConnection.cpp
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    13 *
    13 *
    14 * Description:  A class that fetches resources via HTTP 1.1.
    14 * Description:  A class that fetches resources via HTTP 1.1.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 #include <http.h>
    18 #include <http.h>
    20 #include <httpfiltercommonstringsext.h>
    19 #include <httpfiltercommonstringsext.h>
    21 #include <httpfilterconnhandlerinterface.h>
    20 #include <httpfilterconnhandlerinterface.h>
    22 #include <InternetConnectionManager.h>
    21 #include <internetconnectionmanager.h>
    23 #include <httpfiltercommonstringsaddition.h>
    22 #include <httpfiltercommonstringsaddition.h>
    24 
    23 
    25 #include "HttpConnection.h"
    24 #include "HttpConnection.h"
    26 #include "LeakTracker.h"
    25 #include <leaktracker.h>
    27 #include "Logger.h"
    26 #include "Logger.h"
    28 
       
    29 
    27 
    30 // -----------------------------------------------------------------------------
    28 // -----------------------------------------------------------------------------
    31 // CHttpConnection::CHttpConnection
    29 // CHttpConnection::CHttpConnection
    32 // C++ default constructor can NOT contain any code, that
    30 // C++ default constructor can NOT contain any code, that
    33 // might leave.
    31 // might leave.
    35 //
    33 //
    36 CHttpConnection::CHttpConnection()
    34 CHttpConnection::CHttpConnection()
    37     {
    35     {
    38     }
    36     }
    39         
    37         
    40 
       
    41 // -----------------------------------------------------------------------------
    38 // -----------------------------------------------------------------------------
    42 // CHttpConnection::BaseConstructL
    39 // CHttpConnection::BaseConstructL
    43 // Symbian 2nd phase constructor can leave.
    40 // Symbian 2nd phase constructor can leave.
    44 // -----------------------------------------------------------------------------
    41 // -----------------------------------------------------------------------------
    45 //
    42 //