commondrm/drmutility/inc/DrmUiHandlingImpl.h
changeset 23 493788a4a8a4
parent 0 95b198f216e5
child 29 3bdc3b853094
child 41 29f3cf766061
--- a/commondrm/drmutility/inc/DrmUiHandlingImpl.h	Tue Feb 02 00:21:44 2010 +0200
+++ b/commondrm/drmutility/inc/DrmUiHandlingImpl.h	Fri Apr 16 15:14:55 2010 +0300
@@ -22,11 +22,11 @@
 //*** system include files go here:
 #include <e32base.h>
 #include <f32file.h>
-#include <aknserverapp.h>
+#include <AknServerApp.h>
 #include <caf/caftypes.h>
 #include <caf/caferr.h>
 #include <drmagents.h>
-#include <drmrightsclient.h>
+#include <DRMRightsClient.h>
 #include <drmutilitytypes.h>
 
 //*** forward declarations go here:
@@ -518,12 +518,12 @@
     /**
     * From CActive Called when async request completes.
     */
-	void RunL();
+    void RunL();
 
     /**
     * From CActive Called when RunL leaves
     */
-	TInt RunError( TInt aError );
+    TInt RunError( TInt aError );
 
 private:
 
@@ -768,7 +768,7 @@
     TBool LaunchBrowserL( const HBufC* aUrl );
 
     /**
-    * Get rights silently, if notes are not intended to be shown, put aShowNotes to EFalse 
+    * Get rights silently, if notes are not intended to be shown, put aShowNotes to EFalse
     */
     TInt GetSilentRightsL( const TDesC8& aUrl, const TBool aShowNotes );
 
@@ -791,7 +791,7 @@
     * Handles exit from service
     * from MAknServerAppExitObserver
     */
-	void HandleServerAppExit(TInt aReason);
+    void HandleServerAppExit(TInt aReason);
 
     /**
      * Appends new async request data to async operation queue.
@@ -813,7 +813,7 @@
 
     /**
     * Gets SilentRights and
-    * checks status after 
+    * checks status after
     * CallSilentAvailble after right
     * @return Etrue, if silent RO rerieval led to usable content
     */