equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Declaration of class CCodDownloadImpl. |
14 * Description: Declaration of class CCodDownloadImpl. |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
|
19 #ifndef COD_DOWNLOAD_IMPL_H |
18 #ifndef COD_DOWNLOAD_IMPL_H |
20 #define COD_DOWNLOAD_IMPL_H |
19 #define COD_DOWNLOAD_IMPL_H |
21 |
20 |
22 // FORWARD DECLARATION |
21 // FORWARD DECLARATION |
23 |
22 |
30 |
29 |
31 // INCLUDES |
30 // INCLUDES |
32 |
31 |
33 #include <e32std.h> |
32 #include <e32std.h> |
34 #include <f32file.h> |
33 #include <f32file.h> |
35 #include <CodDownload.h> |
34 #include <coddownload.h> |
36 #include <CodLoadObserver.h> |
35 #include "CodLoadObserver.h" |
37 #include <AknServerApp.h> |
36 #include <AknServerApp.h> |
38 |
37 |
39 // CONSTANTS |
38 // CONSTANTS |
40 const TUid KDRMHelperUid = {0x101F85C7}; |
39 const TUid KDRMHelperUid = {0x101F85C7}; |
41 |
40 |