iaupdate/IAD/ui/inc/iaupdateengine.h
changeset 52 92f864ef0288
parent 42 d17dc5398051
child 53 ae54820ef82c
--- a/iaupdate/IAD/ui/inc/iaupdateengine.h	Fri Jun 11 13:45:18 2010 +0300
+++ b/iaupdate/IAD/ui/inc/iaupdateengine.h	Wed Jun 23 18:20:02 2010 +0300
@@ -150,6 +150,13 @@
     * @param aError Error code
     */      
     void HandleLeaveErrorWithoutLeave( TInt aError );
+    
+    /**
+    Called when UI to be redrawn during update process
+    *
+    * @param aError Error code
+    */
+    void RefreshUI();
             
     /**
     * Called when async update list refresh is completed
@@ -241,7 +248,7 @@
      */
      static TInt AutomaticCheckCallbackL( TAny* aPtr );
      
-     void DoPossibleApplicationClose();
+     bool DoPossibleApplicationClose();