videoplayerapp/videoplayerengine/inc/mpxvideoplayerappuiengine.h
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
    13 *
    13 *
    14 * Description:  CMpxVideoPlayerAppUiEngine
    14 * Description:  CMpxVideoPlayerAppUiEngine
    15  *
    15  *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  3 %
    18 // Version : %version:  4 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #ifndef CMPXVIDEOPLAYERAPPUIENGINE_H
    22 #ifndef CMPXVIDEOPLAYERAPPUIENGINE_H
    23 #define CMPXVIDEOPLAYERAPPUIENGINE_H
    23 #define CMPXVIDEOPLAYERAPPUIENGINE_H
   243          *  @since 9.2
   243          *  @since 9.2
   244          *  @param aPtr Pointer to callback class
   244          *  @param aPtr Pointer to callback class
   245          *  @return KErrNone
   245          *  @return KErrNone
   246          */
   246          */
   247         static TInt ExitApplicationL( TAny* aPtr );
   247         static TInt ExitApplicationL( TAny* aPtr );
       
   248         
       
   249         /*
       
   250          *  Late initializatoin of members that can be delayed 
       
   251          *  to help improve startup time
       
   252          *  @since 10.1
       
   253          */        
       
   254         void LateInitL();
   248 
   255 
   249     private:
   256     private:
   250         /**
   257         /**
   251          * Constructor
   258          * Constructor
   252          */
   259          */