diff -r e16d72588c28 -r 8a03a285ab14 commondrm/drmutility/inc/DrmUiHandlingImpl.h --- a/commondrm/drmutility/inc/DrmUiHandlingImpl.h Fri Mar 12 15:43:46 2010 +0200 +++ b/commondrm/drmutility/inc/DrmUiHandlingImpl.h Mon Mar 15 12:41:43 2010 +0200 @@ -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 */