appinstaller/AppMngr2/inc/appmngr2appui.h
branchRCL_3
changeset 61 cd189dac02f7
parent 19 7ca52d38f8c3
child 65 7333d7932ef7
equal deleted inserted replaced
51:5bddc28da627 61:cd189dac02f7
    42     TBool InstalledAppsDisplayed();
    42     TBool InstalledAppsDisplayed();
    43     TBool InstallationFilesDisplayed();
    43     TBool InstallationFilesDisplayed();
    44     
    44     
    45 private:    // new functions
    45 private:    // new functions
    46     static TInt DelayedConstructL( TAny* aSelf );
    46     static TInt DelayedConstructL( TAny* aSelf );
       
    47     void CancelNoteL();
    47     
    48     
    48 private:    // from CAknViewAppUi
    49 private:    // from CAknViewAppUi
    49     void HandleCommandL( TInt aCommand );
    50     void HandleCommandL( TInt aCommand );    
    50 
    51 
    51 private:    // data
    52 private:    // data
    52     CAppMngr2Model* iModel;
    53     CAppMngr2Model* iModel;
    53     TInt iResourceFileOffset;
    54     TInt iResourceFileOffset;
    54     CIdle* iIdle;
    55     CIdle* iIdle;
    58         ESecondStep,
    59         ESecondStep,
    59         EAllDone
    60         EAllDone
    60         } iDelayedConstructionStep;
    61         } iDelayedConstructionStep;
    61     TBool iConstructInstallationFilesFirst;
    62     TBool iConstructInstallationFilesFirst;
    62     CAppMngr2ExitTimer* iExitTimer;
    63     CAppMngr2ExitTimer* iExitTimer;
       
    64            
       
    65     TInt iNoteId;
    63     };
    66     };
    64 
    67 
    65 #endif  // C_APPMNGR2APPUI_H
    68 #endif  // C_APPMNGR2APPUI_H
    66 
    69