videoplayback/videoplaybackviews/src/mpxvideopdlplaybackview.cpp
branchRCL_3
changeset 20 2d690156cf8f
parent 18 baf439b22ddd
child 21 315810614048
equal deleted inserted replaced
18:baf439b22ddd 20:2d690156cf8f
    14 * Description:  Implementation of Video playback view
    14 * Description:  Implementation of Video playback view
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // Version : %version: 27 %
    19 // Version : %version: 28 %
    20 
    20 
    21 
    21 
    22 //  Include Files
    22 //  Include Files
    23 #include <aknViewAppUi.h>
    23 #include <aknViewAppUi.h>
    24 #include <mpxplaybackutility.h>
    24 #include <mpxplaybackutility.h>
   491     MPX_ENTER_EXIT(_L("CMPXVideoPdlPlaybackView::HandlePdlReloadComplete()"));
   491     MPX_ENTER_EXIT(_L("CMPXVideoPdlPlaybackView::HandlePdlReloadComplete()"));
   492     
   492     
   493     //
   493     //
   494     //  User inputs should not be blocked since the new PDL command is complete
   494     //  User inputs should not be blocked since the new PDL command is complete
   495     //
   495     //
       
   496     ResetPdlUserInputs();
       
   497 }
       
   498 
       
   499 // -------------------------------------------------------------------------------------------------
       
   500 //   CMPXVideoPdlPlaybackView::ResetPdlUserInputs()
       
   501 // -------------------------------------------------------------------------------------------------
       
   502 //
       
   503 void CMPXVideoPdlPlaybackView::ResetPdlUserInputs()
       
   504 {
       
   505     MPX_ENTER_EXIT(_L("CMPXVideoPdlPlaybackView::ResetPdlUserInputs()"));
       
   506 
   496     iUserInputsBlocked = EFalse;
   507     iUserInputsBlocked = EFalse;
   497     iContainer->UserInputHandler()->BlockPdlUserInputs( iUserInputsBlocked );
   508     iContainer->UserInputHandler()->BlockPdlUserInputs( iUserInputsBlocked );
   498 }
   509 }
   499 
   510 
   500 // EOF
   511 // EOF