diff -r 8970fbd719ec -r 7f2b2a65da29 videoplayback/inc/mpxvideoplaybackuserinputhandler.h --- a/videoplayback/inc/mpxvideoplaybackuserinputhandler.h Wed Apr 14 15:59:50 2010 +0300 +++ b/videoplayback/inc/mpxvideoplaybackuserinputhandler.h Tue Apr 27 16:40:33 2010 +0300 @@ -15,8 +15,8 @@ * */ -// Version : %version: ou1cpsw#7 % +// Version : %version: 8 % #ifndef MPXVIDEOPLAYBACKUSERINPUTHANDLER_H_ @@ -103,9 +103,7 @@ * @return void */ void SetForeground(TBool aForeground); - - - + private: /** * Handles volume repeat timer timout @@ -130,8 +128,7 @@ void ReRoutePointerEventL(CCoeControl* aControl, const TPointerEvent& aPointerEvent, TMPXVideoControlType aMPXControl); - - + private: TMPXVideoUserInputType iProcessingInputType; // the type of input being processed @@ -145,10 +142,10 @@ CPeriodic* iVolumeRepeatTimer; // owned TBool iVolumeRepeatUp; TBool iForeground; - - CMPXVideoPlaybackContainer* iContainer; // not owned - + CMPXVideoPlaybackContainer* iContainer; // not owned + CCoeControl* iActiveControlPtr; // not owned + TMPXVideoControlType iActiveControlType; };