videoplayerapp/mpxvideoplayer/src/mpxvideoplayerappui.cpp
branchRCL_3
changeset 9 5294c000a26d
parent 8 ce5ada96ab30
child 21 315810614048
equal deleted inserted replaced
8:ce5ada96ab30 9:5294c000a26d
    13 *
    13 *
    14 * Description:  AppUI implementation
    14 * Description:  AppUI implementation
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: e92_37 %
    18 // Version : %version: e92_38 %
    19 
    19 
    20 
    20 
    21 #include <hlplch.h>                     // Help launcher
    21 #include <hlplch.h>                     // Help launcher
    22 #include <sysutil.h>                    // disk space check
    22 #include <sysutil.h>                    // disk space check
    23 #include <f32file.h>                    // TDriveNumber::EDriveC
    23 #include <f32file.h>                    // TDriveNumber::EDriveC
   171         case EAknCmdHideInBackground:
   171         case EAknCmdHideInBackground:
   172         {
   172         {
   173             iAppUiEngine->ClearPdlInformation();
   173             iAppUiEngine->ClearPdlInformation();
   174             break;
   174             break;
   175         }
   175         }
       
   176         case KVcxMyVideosCmdDoLateConstruct:
       
   177         {
       
   178              MPX_DEBUG(_L("CMpxVideoPlayerAppUi::HandleCommandL( DoLateConstruct )"));
       
   179              iAppUiEngine->ActivateLateConstructTimerL();
       
   180              break;
       
   181         }
   176     }
   182     }
   177 }
   183 }
   178 
   184 
   179 // ---------------------------------------------------------------------------
   185 // ---------------------------------------------------------------------------
   180 // Querying whether the application is launched in embedded mode or not.
   186 // Querying whether the application is launched in embedded mode or not.