browserutilities/downloadmgr/DownloadMgrClntSrv/src/DownloadMgrClntSubSession.cpp
equal
deleted
inserted
replaced
17 */ |
17 */ |
18 |
18 |
19 |
19 |
20 // INCLUDE FILES |
20 // INCLUDE FILES |
21 #include "DownloadMgrLogger.h" |
21 #include "DownloadMgrLogger.h" |
22 #include "DownloadMgrClient.h" |
22 #include "downloadmgrclient.h" |
23 #include "DownloadMgrServer.h" |
23 #include "DownloadMgrServer.h" |
24 #include "DownloadMgrHandler.h" |
24 #include "DownloadMgrHandler.h" |
25 #include "DownloadMgrStart.h" |
25 #include "DownloadMgrStart.h" |
26 #include "DownloadMgrDef.h" |
26 #include "DownloadMgrDef.h" |
27 #include "DownloadMgrTransObserver.h" |
27 #include "DownloadMgrTransObserver.h" |
29 #include "DownloadMgrDefAttrib.h" |
29 #include "DownloadMgrDefAttrib.h" |
30 #include "DownloadDataServ.h" |
30 #include "DownloadDataServ.h" |
31 |
31 |
32 #include <hash.h> |
32 #include <hash.h> |
33 #include <e32svr.h> |
33 #include <e32svr.h> |
34 #include <CodDownload.h> |
34 #include <coddownload.h> |
35 #include <AiwGenericParam.h> |
35 #include <AiwGenericParam.h> |
36 #include <eikenv.h> |
36 #include <eikenv.h> |
37 #include <HttpFilterCommonStringsExt.h> |
37 #include <httpfiltercommonstringsext.h> |
38 #include <EscapeUtils.h> |
38 #include <EscapeUtils.h> |
39 |
39 |
40 // CONSTANTS |
40 // CONSTANTS |
41 _LIT8( KTransactionCallback, "TransactionCallback" ); |
41 _LIT8( KTransactionCallback, "TransactionCallback" ); |
42 const TInt KInitPrevCodEvent = -1; |
42 const TInt KInitPrevCodEvent = -1; |