videoplayback/inc/mpxvideopdlplaybackview.h
branchRCL_3
changeset 21 315810614048
parent 20 2d690156cf8f
--- a/videoplayback/inc/mpxvideopdlplaybackview.h	Thu Jul 15 18:41:27 2010 +0300
+++ b/videoplayback/inc/mpxvideopdlplaybackview.h	Thu Aug 19 09:57:17 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 
-// Version : %version: 9 %
+// Version : %version: 10 %
 
 
 // This file defines the API for VideoPlaybackView.dll
@@ -93,11 +93,19 @@
 
         void ClosePlaybackViewWithErrorL();
 
+        //
+        //  Functions to unblock user inputs after a timeout
+        //
+        static TInt HandleBlockInputsTimeOut( TAny* aPtr );
+        void DoHandleBlockInputsTimeOut();
+
     private: // data
 
         TMPXPlaybackPdDownloadState         iPdlState;
         TInt                                iDownloadSize;
         TBool                               iUserInputsBlocked;
+
+        CPeriodic*                          iBlockInputsTimer;
 };
 
 #endif  // __VIDEOPDLPLAYBACKVIEW_H__