photosgallery/gallery/inc/glxappui.h
branchRCL_3
changeset 13 71da52165949
parent 2 7d9067c6fcb1
child 22 2dac0fdba72b
equal deleted inserted replaced
9:6b87b143d312 13:71da52165949
    31 class MMPXCollectionUtility;
    31 class MMPXCollectionUtility;
    32 class CGlxUiUtility;
    32 class CGlxUiUtility;
    33 class CRepository;
    33 class CRepository;
    34 class CGlxNavigationalState;
    34 class CGlxNavigationalState;
    35 class CAknGlobalNote;
    35 class CAknGlobalNote;
    36 
       
    37 class CGlxBackServiceWrapper;
       
    38 
    36 
    39 /**
    37 /**
    40  *  CGlxAppUi
    38  *  CGlxAppUi
    41  *
    39  *
    42  *  @lib ViewerApplication
    40  *  @lib ViewerApplication
   163     //OOM
   161     //OOM
   164     /*
   162     /*
   165     *Invoked by the OOM framwork when photos app needs to free memory for other applications.
   163     *Invoked by the OOM framwork when photos app needs to free memory for other applications.
   166     */
   164     */
   167     void StopCleanupL();
   165     void StopCleanupL();
   168     /**
       
   169      * To move back to the app which started photossuite when done options->exit from
       
   170      * within the app. 
       
   171      * @param aMessage exit action from photossuite 
       
   172      */
       
   173     void LaunchMmViewL(const TDesC8& aMessage);
       
   174 	
   166 	
   175 	/**
   167 	/**
   176      * Check for updates via IAD.
   168      * Check for updates via IAD.
   177      */
   169      */
   178     void DoCheckForIADUpdatesL();
   170     void DoCheckForIADUpdatesL();
   204     CGlxUiUtility* iUiUtility;
   196     CGlxUiUtility* iUiUtility;
   205 
   197 
   206     /// Central repository entry for app (owned)
   198     /// Central repository entry for app (owned)
   207     CRepository* iRepository;
   199     CRepository* iRepository;
   208     
   200     
   209     CGlxBackServiceWrapper* iBSWrapper;
       
   210     /**
   201     /**
   211      * IAD updater class
   202      * IAD updater class
   212      */
   203      */
   213     CGlxIadUpdate* iIadUpdate;
   204     CGlxIadUpdate* iIadUpdate;
   214 	
   205