appinstaller/AppMngr2/inc/appmngr2appui.h
branchRCL_3
changeset 61 cd189dac02f7
parent 19 7ca52d38f8c3
child 65 7333d7932ef7
--- a/appinstaller/AppMngr2/inc/appmngr2appui.h	Mon Jun 21 15:48:28 2010 +0300
+++ b/appinstaller/AppMngr2/inc/appmngr2appui.h	Thu Jul 15 18:47:04 2010 +0300
@@ -44,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;
@@ -60,6 +61,8 @@
         } iDelayedConstructionStep;
     TBool iConstructInstallationFilesFirst;
     CAppMngr2ExitTimer* iExitTimer;
+           
+    TInt iNoteId;
     };
 
 #endif  // C_APPMNGR2APPUI_H