mpxplugins/viewplugins/inc/mpxcommonplaybackviewimp.h
branchRCL_3
changeset 15 171e07ac910f
parent 2 b70d77332e66
child 17 c8156a91d13c
--- a/mpxplugins/viewplugins/inc/mpxcommonplaybackviewimp.h	Fri Mar 12 15:42:25 2010 +0200
+++ b/mpxplugins/viewplugins/inc/mpxcommonplaybackviewimp.h	Mon Mar 15 12:40:11 2010 +0200
@@ -12,7 +12,7 @@
 * Contributors:
 *
 * Description:  MPX common playback view implementation
-*  Version     : %version: da1mmcf#41.1.6.1.1.1.9 % << Don't touch! Updated by Synergy at check-out.
+*  Version     : %version: da1mmcf#41.1.6.1.1.1.10 % << Don't touch! Updated by Synergy at check-out.
 *
 */
 
@@ -642,6 +642,12 @@
      * @param aPtr pointer to self
      */
     static TInt HandleDelayedError( TAny* aPtr );
+    
+    /**
+     * Callback function of timer to handle TN request for custom size
+     * @param aPtr pointer to self
+     */
+    static TInt HandleTNRequestForCustomSizeL( TAny* aPtr );
 
 protected:    // Data
 
@@ -754,6 +760,9 @@
 	TInt iOldPosition; // in seconds
 	TBool iIsTapped;
     TCommandSender iCommandSender;
+    
+    TSize iFullScreenImageSize;
+    CPeriodic* iTNRequestTimer;
     };
 
 #endif  // CMPXCOMMONPLAYBACKVIEWIMP_H