appinstaller/AppMngr2/inc/appmngr2appui.h
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
--- a/appinstaller/AppMngr2/inc/appmngr2appui.h	Tue Aug 31 15:21:33 2010 +0300
+++ b/appinstaller/AppMngr2/inc/appmngr2appui.h	Wed Sep 01 12:22:02 2010 +0100
@@ -24,6 +24,7 @@
 
 class CAppMngr2Model;
 class CIdle;
+class CAppMngr2ExitTimer;
 
 
 class CAppMngr2AppUi : public CAknViewAppUi, public MAppMngr2ModelObserver
@@ -43,9 +44,10 @@
     
 private:    // new functions
     static TInt DelayedConstructL( TAny* aSelf );
+    void CancelNoteL();
     
 private:    // from CAknViewAppUi
-    void HandleCommandL( TInt aCommand );
+    void HandleCommandL( TInt aCommand );    
 
 private:    // data
     CAppMngr2Model* iModel;
@@ -58,6 +60,9 @@
         EAllDone
         } iDelayedConstructionStep;
     TBool iConstructInstallationFilesFirst;
+    CAppMngr2ExitTimer* iExitTimer;
+           
+    TInt iNoteId;
     };
 
 #endif  // C_APPMNGR2APPUI_H