equal
deleted
inserted
replaced
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 |
20 |
21 |
|
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 |