equal
deleted
inserted
replaced
19 // INCLUDE FILES |
19 // INCLUDE FILES |
20 #include <coeutils.h> |
20 #include <coeutils.h> |
21 #include <avkon.rsg> |
21 #include <avkon.rsg> |
22 #include <akntitle.h> |
22 #include <akntitle.h> |
23 #include <aknview.h> |
23 #include <aknview.h> |
24 #include <aknviewappui.h> |
24 #include <aknViewAppUi.h> |
25 #include <stringloader.h> |
25 #include <StringLoader.h> |
26 #include <eikbtgpc.h> |
26 #include <eikbtgpc.h> |
27 |
27 |
28 #include <drmrightsmanager.rsg> |
28 #include <DRMRightsManager.rsg> |
29 |
29 |
30 #include "drmrightsmgrdetailsview.h" |
30 #include "DRMRightsMgrDetailsView.h" |
31 #include "drmcommonutilities.h" |
31 #include "DRMCommonUtilities.h" |
32 #include "drmrightsmgrappui.h" |
32 #include "DRMRightsMgrAppUi.h" |
33 #include "drmrightsmanager.hrh" |
33 #include "DRMRightsManager.hrh" |
34 #include "drmutilitywmdrmutilities.h" |
34 #include "drmutilitywmdrmutilities.h" |
35 #include "drmutilityinternaltypes.h" |
35 #include "drmutilityinternaltypes.h" |
36 |
36 |
37 #ifdef _DEBUG |
37 #ifdef _DEBUG |
38 _LIT(KDRMUIDoActivateError, "DoActivateL"); |
38 _LIT(KDRMUIDoActivateError, "DoActivateL"); |