browserutilities/feedsengine/FeedsServer/UrlHandler/inc/HttpConnection.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    13 *
    13 *
    14 * Description:  A class that holds the shared connection to a access point.
    14 * Description:  A class that holds the shared connection to a access point.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 #ifndef HTTP_CONNECTION_H
    18 #ifndef HTTP_CONNECTION_H
    20 #define HTTP_CONNECTION_H
    19 #define HTTP_CONNECTION_H
    21 
    20 
    22 
       
    23 // INCLUDES
    21 // INCLUDES
    24 #include <e32base.h>
    22 #include <e32base.h>
    25 #include <http/rhttpsession.h>
    23 #include <http/RHTTPSession.h>
    26 #include <mconnectioncallback.h>
    24 #include <mconnectioncallback.h>
    27 
    25 
    28 #include "LeakTracker.h"
    26 #include <leaktracker.h>
    29 
    27 
    30 // CONSTANTS
    28 // CONSTANTS
    31 
    29 
    32 // MACROS
    30 // MACROS
    33 
    31