diff -r e16d72588c28 -r 8a03a285ab14 commondrm/drmrightsmanagerui/inc/DRMRightsMgrAppUi.h --- a/commondrm/drmrightsmanagerui/inc/DRMRightsMgrAppUi.h Fri Mar 12 15:43:46 2010 +0200 +++ b/commondrm/drmrightsmanagerui/inc/DRMRightsMgrAppUi.h Mon Mar 15 12:41:43 2010 +0200 @@ -21,14 +21,14 @@ #define DRMRIGHTSMGRAPPUI_H // INCLUDES -#include -#include +#include +#include #include -#include +#include -#include "drmviewitems.h" +#include "DrmViewItems.h" -#include "drmrightsmanager.hrh" +#include "DRMRightsManager.hrh" // FORWARD DECLARATIONS @@ -347,7 +347,7 @@ public: // From MCoeForegroundObserver /** - * Handles the application coming to the foreground + * Handles the application coming to the foreground * */ void HandleGainingForeground(); @@ -379,13 +379,13 @@ // The DRM protection of the given file. TInt iDrmScheme; - + // The local ID of the rights TUint32 iLocalID; - + // Content URI of the file for which the details view has been opened - HBufC8* iContentURI; - + HBufC8* iContentURI; + // The details view has been opened once. This information is used to // update the details view when returning to details view from another // application @@ -394,7 +394,7 @@ }; // Include inline functions -#include "drmrightsmgrappui.inl" +#include "DRMRightsMgrAppUi.inl" #endif