16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 // INCLUDE FILES |
19 // INCLUDE FILES |
20 #include <txtrich.h> // for CRichText |
20 #include <txtrich.h> // for CRichText |
21 #include <drmmessageparser.h> // for CDrmMessageParser |
21 #include <DRMMessageParser.h> // for CDrmMessageParser |
22 #include <drmrights.h> // for CDRMRights |
22 #include <DRMRights.h> // for CDRMRights |
23 #include <ecom/implementationproxy.h> // for TImplementationProxy |
23 #include <ecom/implementationproxy.h> // for TImplementationProxy |
24 #include <push/cpushhandlerbase.h> // for CPushHandlerBase |
24 #include <push/cpushhandlerbase.h> // for CPushHandlerBase |
25 #include <push/pluginkiller.h> // for CPluginKiller |
25 #include <push/pluginkiller.h> // for CPluginKiller |
26 #include <push/pushmessage.h> // for CPushMessage |
26 #include <push/pushmessage.h> // for CPushMessage |
27 #include <roapeng.h> // for CRoapEng |
27 #include <RoapEng.h> // for CRoapEng |
28 #include <roapengbase.h> |
28 #include <RoapEngBase.h> |
29 #include <roapobserver.h> |
29 #include <RoapObserver.h> |
30 #include <centralrepository.h> // link against centralrepository.lib |
30 #include <centralrepository.h> // link against centralrepository.lib |
31 #include <msvuids.h> |
31 #include <msvuids.h> |
32 #include <msvids.h> |
32 #include <msvids.h> |
33 #include <downloadmgrclient.h> |
33 #include <downloadmgrclient.h> |
34 |
34 |
37 #endif |
37 #endif |
38 |
38 |
39 #include <uri16.h> // TUriParser16 |
39 #include <uri16.h> // TUriParser16 |
40 #include <data_caging_path_literals.hrh> // KDC_MTM_RESOURCE_DIR |
40 #include <data_caging_path_literals.hrh> // KDC_MTM_RESOURCE_DIR |
41 #include <uriutils.h> // UriUtils and so on |
41 #include <uriutils.h> // UriUtils and so on |
42 #include <pushmtmui.rsg> // for R_PUSHMISC_UNK_SENDER |
42 #include <PushMtmUi.rsg> // for R_PUSHMISC_UNK_SENDER |
43 #include <rohandler.rsg> // for R_QTN_DRM_MGR_INB_TITLE |
43 #include <RoHandler.rsg> // for R_QTN_DRM_MGR_INB_TITLE |
44 #include <sysutil.h> // Disk space checking |
44 #include <sysutil.h> // Disk space checking |
45 |
45 |
46 #include "crohandler.h" |
46 #include "CRoHandler.h" |
47 #include "romtmcli.h" // for CRightsObjectMtmClient |
47 #include "RoMtmCli.h" // for CRightsObjectMtmClient |
48 #include "roapsyncwrapper.h" |
48 #include "RoapSyncWrapper.h" |
49 |
49 |
50 #include "stringresourcereader.h" |
50 #include "StringResourceReader.h" |
51 #include "rohandlerdmgrwrapper.h" |
51 #include "rohandlerdmgrwrapper.h" |
52 #include "rohandlerinternalcrkeys.h" |
52 #include "rohandlerinternalcrkeys.h" |
53 |
53 |
54 #ifdef _DEBUG |
54 #ifdef _DEBUG |
55 #define DRMDEBUGLIT( a, b ) _LIT( a, b ) |
55 #define DRMDEBUGLIT( a, b ) _LIT( a, b ) |