videoplayback/videoplaybackviews/src/mpxvideoplaybackcontainer.cpp
branchRCL_3
changeset 13 112a725ff2c2
parent 11 5294c000a26d
child 16 7f2b2a65da29
equal deleted inserted replaced
11:5294c000a26d 13:112a725ff2c2
    14 * Description:  Implementation of Video playback view's container.
    14 * Description:  Implementation of Video playback view's container.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // Version : %version: 25 %
    19 // Version : %version: e003sa33#26 %
    20 
    20 
    21 
    21 
    22 // INCLUDE FILES
    22 // INCLUDE FILES
    23 
    23 
    24 #include <w32std.h> // RWindowBase
    24 #include <w32std.h> // RWindowBase
   650 {
   650 {
   651     MPX_DEBUG(_L("CMPXVideoPlaybackContainer::DoHandleRealOneBitmapTimeout()"));
   651     MPX_DEBUG(_L("CMPXVideoPlaybackContainer::DoHandleRealOneBitmapTimeout()"));
   652 
   652 
   653     if ( iDelayedFileDetails )
   653     if ( iDelayedFileDetails )
   654     {
   654     {
   655         iControlsController->AddFileDetailsL( iDelayedFileDetails );
   655         MPX_TRAPD( err, iControlsController->AddFileDetailsL( iDelayedFileDetails ) );
   656 
   656 
   657         //
   657         //
   658         //  Delete the temp file details since plugin initialization is complete
   658         //  Delete the temp file details since plugin initialization is complete
   659         //
   659         //
   660         if ( iFileDetails )
   660         if ( iFileDetails )
   671         iRealOneBitmapTimer->Cancel();
   671         iRealOneBitmapTimer->Cancel();
   672         delete iRealOneBitmapTimer;
   672         delete iRealOneBitmapTimer;
   673         iRealOneBitmapTimer = NULL;
   673         iRealOneBitmapTimer = NULL;
   674     }
   674     }
   675 
   675 
   676     iView->HandleCommandL( EMPXPbvCmdRealOneBitmapTimeout );
   676     MPX_TRAPD( err, iView->HandleCommandL( EMPXPbvCmdRealOneBitmapTimeout ) );
   677 }
   677 }
   678 
   678 
   679 // EOF
   679 // EOF