videoplayback/videoplaybackview/tsrc/testmpxvideoviewwrapper/stub/inc/videoplaybackuserinputhandler.h
changeset 62 0e1e938beb1a
parent 59 a76e86df7ccd
--- a/videoplayback/videoplaybackview/tsrc/testmpxvideoviewwrapper/stub/inc/videoplaybackuserinputhandler.h	Thu Sep 02 20:28:16 2010 +0300
+++ b/videoplayback/videoplaybackview/tsrc/testmpxvideoviewwrapper/stub/inc/videoplaybackuserinputhandler.h	Fri Sep 17 08:30:05 2010 +0300
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version:  5 %
+// Version : %version:  6 %
 
 
 
@@ -38,7 +38,7 @@
         * Two-phased constructor.
         */
         IMPORT_C static CVideoPlaybackUserInputHandler* NewL(
-                CMPXVideoViewWrapper* aWrapper, TBool aTvOutConnected );
+                CMPXVideoViewWrapper* aWrapper );
 
         /**
         * Destructor.
@@ -55,22 +55,21 @@
         /**
         * Symbian 2nd phase constructor.
         */
-        void ConstructL( TBool aTvOutConnected );
+        void ConstructL();
 
     public:
         void ProcessKeyEventL( const TKeyEvent& aKeyEvent, TEventCode aType );
 
         void SetForeground( TBool aForeground );
-         
+
         void HandleTVOutEventL(TBool aTVOutConnected);
-                
+
     private:
         TBool                                   iTVOutConnected;        // Flag to indicate if TV is connected
         TBool                                   iForeground;
         CMPXVideoViewWrapper*                   iViewWrapper;
 };
 
-
 #endif /*VIDEOPLAYBACKUSERINPUTHANDLER_H_*/
 
 // End of File