equal
deleted
inserted
replaced
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 |
18 #include <http.h> |
19 #include <http.h> |
19 #include <httpfiltercommonstringsext.h> |
20 #include <httpfiltercommonstringsext.h> |
20 #include <httpfilterconnhandlerinterface.h> |
21 #include <httpfilterconnhandlerinterface.h> |
21 #include <internetconnectionmanager.h> |
22 #include <InternetConnectionManager.h> |
22 #include <httpfiltercommonstringsaddition.h> |
23 #include <httpfiltercommonstringsaddition.h> |
23 |
24 |
24 #include "HttpConnection.h" |
25 #include "HttpConnection.h" |
25 #include <leaktracker.h> |
26 #include "LeakTracker.h" |
26 #include "Logger.h" |
27 #include "Logger.h" |
|
28 |
27 |
29 |
28 // ----------------------------------------------------------------------------- |
30 // ----------------------------------------------------------------------------- |
29 // CHttpConnection::CHttpConnection |
31 // CHttpConnection::CHttpConnection |
30 // C++ default constructor can NOT contain any code, that |
32 // C++ default constructor can NOT contain any code, that |
31 // might leave. |
33 // might leave. |
33 // |
35 // |
34 CHttpConnection::CHttpConnection() |
36 CHttpConnection::CHttpConnection() |
35 { |
37 { |
36 } |
38 } |
37 |
39 |
|
40 |
38 // ----------------------------------------------------------------------------- |
41 // ----------------------------------------------------------------------------- |
39 // CHttpConnection::BaseConstructL |
42 // CHttpConnection::BaseConstructL |
40 // Symbian 2nd phase constructor can leave. |
43 // Symbian 2nd phase constructor can leave. |
41 // ----------------------------------------------------------------------------- |
44 // ----------------------------------------------------------------------------- |
42 // |
45 // |