appinstaller/AppMngr2/inc/appmngr2appui.h
branchRCL_3
changeset 25 7333d7932ef7
parent 23 cd189dac02f7
child 26 8b7f4e561641
--- a/appinstaller/AppMngr2/inc/appmngr2appui.h	Thu Aug 19 10:02:49 2010 +0300
+++ b/appinstaller/AppMngr2/inc/appmngr2appui.h	Tue Aug 31 15:21:33 2010 +0300
@@ -24,7 +24,6 @@
 
 class CAppMngr2Model;
 class CIdle;
-class CAppMngr2ExitTimer;
 
 
 class CAppMngr2AppUi : public CAknViewAppUi, public MAppMngr2ModelObserver
@@ -44,10 +43,9 @@
     
 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;
@@ -60,9 +58,6 @@
         EAllDone
         } iDelayedConstructionStep;
     TBool iConstructInstallationFilesFirst;
-    CAppMngr2ExitTimer* iExitTimer;
-           
-    TInt iNoteId;
     };
 
 #endif  // C_APPMNGR2APPUI_H