commondrm/drmrightsmanagerui/inc/DRMRightsMgrAppUi.h
changeset 23 493788a4a8a4
parent 0 95b198f216e5
child 25 04da681812a9
--- a/commondrm/drmrightsmanagerui/inc/DRMRightsMgrAppUi.h	Tue Feb 02 00:21:44 2010 +0200
+++ b/commondrm/drmrightsmanagerui/inc/DRMRightsMgrAppUi.h	Fri Apr 16 15:14:55 2010 +0300
@@ -21,14 +21,14 @@
 #define DRMRIGHTSMGRAPPUI_H
 
 // INCLUDES
-#include <aknviewappui.h>
-#include <aknprogressdialog.h>
+#include <aknViewAppUi.h>
+#include <AknProgressDialog.h>
 #include <apparc.h>
-#include <drmrightsclient.h>
+#include <DRMRightsClient.h>
 
-#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