videoplayerapp/mpxvideoplayer/src/mpxvideoembeddedpdlhandler.cpp
branchRCL_3
changeset 10 ce5ada96ab30
parent 2 dec420019252
child 11 5294c000a26d
equal deleted inserted replaced
6:7d91903f795f 10:ce5ada96ab30
    13 *
    13 *
    14 * Description:  Handles PDL commands passed in by other appilcations
    14 * Description:  Handles PDL commands passed in by other appilcations
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  11 %
    18 // Version : %version:  12 %
    19 
    19 
    20 
    20 
    21 #include <mpxcommand.h>
    21 #include <mpxcommand.h>
    22 #include <mpxcommandgeneraldefs.h>
    22 #include <mpxcommandgeneraldefs.h>
    23 #include <mpxmessagegeneraldefs.h>
    23 #include <mpxmessagegeneraldefs.h>
   104         {
   104         {
   105             //
   105             //
   106             //  New download received, close old playback plugin
   106             //  New download received, close old playback plugin
   107             //
   107             //
   108             iAppUiEngine->ClosePlaybackPluginL();
   108             iAppUiEngine->ClosePlaybackPluginL();
       
   109             
       
   110             iAppUiEngine->SignalViewPdlReloading();
   109 
   111 
   110             StartNewDownloadL( aDlId, aFileName );
   112             StartNewDownloadL( aDlId, aFileName );
   111         }
   113         }
   112     }
   114     }
   113     else
   115     else