browserutilities/feedsengine/FeedsServer/UrlHandler/inc/HttpConnection.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 68 92a765b5b3e7
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    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 
    18 #ifndef HTTP_CONNECTION_H
    19 #ifndef HTTP_CONNECTION_H
    19 #define HTTP_CONNECTION_H
    20 #define HTTP_CONNECTION_H
       
    21 
    20 
    22 
    21 // INCLUDES
    23 // INCLUDES
    22 #include <e32base.h>
    24 #include <e32base.h>
    23 #include <http/RHTTPSession.h>
    25 #include <http/RHTTPSession.h>
    24 #include <mconnectioncallback.h>
    26 #include <mconnectioncallback.h>
    25 
    27 
    26 #include <leaktracker.h>
    28 #include "LeakTracker.h"
    27 
    29 
    28 // CONSTANTS
    30 // CONSTANTS
    29 
    31 
    30 // MACROS
    32 // MACROS
    31 
    33