diff -r 79d62d1d7957 -r 493788a4a8a4 commondrm/drmutility/inc/DrmUiHandlingImpl.h --- 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 #include -#include +#include #include #include #include -#include +#include #include //*** 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 */