videoplayerapp/mpxvideoplayer/src/mpxvideoplayerappuiengine.cpp
branchRCL_3
changeset 6 7d91903f795f
parent 2 dec420019252
child 10 ce5ada96ab30
equal deleted inserted replaced
2:dec420019252 6:7d91903f795f
    13 *
    13 *
    14 * Description:  AppUI engine implementation
    14 * Description:  AppUI engine implementation
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: da1mmcf#59 %
    18 // Version : %version: da1mmcf#61 %
    19 
    19 
    20 
    20 
    21 #include <eikon.hrh>
    21 #include <eikon.hrh>
    22 #include <avkon.hrh>
    22 #include <avkon.hrh>
    23 #include <aknview.h>
    23 #include <aknview.h>
   523     MPX_ENTER_EXIT(_L("CMpxVideoPlayerAppUiEngine::PrepareCloseMpxL()"));
   523     MPX_ENTER_EXIT(_L("CMpxVideoPlayerAppUiEngine::PrepareCloseMpxL()"));
   524 
   524 
   525     if ( iPlaybackUtility )
   525     if ( iPlaybackUtility )
   526     {
   526     {
   527         ClosePlaybackPluginL();
   527         ClosePlaybackPluginL();
   528         
   528 
   529         MMPXPlayerManager& manager = iPlaybackUtility->PlayerManager();
   529         MMPXPlayerManager& manager = iPlaybackUtility->PlayerManager();
   530         TRAP_IGNORE( manager.ClearSelectPlayersL() );
   530         TRAP_IGNORE( manager.ClearSelectPlayersL() );
   531     }
   531     }
   532 }
   532 }
   533 
   533