iaupdate/IAD/ui/inc/iaupdateengine.h
changeset 52 92f864ef0288
parent 42 d17dc5398051
child 53 ae54820ef82c
equal deleted inserted replaced
42:d17dc5398051 52:92f864ef0288
   148     * Handles leave error withot leaving
   148     * Handles leave error withot leaving
   149     *
   149     *
   150     * @param aError Error code
   150     * @param aError Error code
   151     */      
   151     */      
   152     void HandleLeaveErrorWithoutLeave( TInt aError );
   152     void HandleLeaveErrorWithoutLeave( TInt aError );
       
   153     
       
   154     /**
       
   155     Called when UI to be redrawn during update process
       
   156     *
       
   157     * @param aError Error code
       
   158     */
       
   159     void RefreshUI();
   153             
   160             
   154     /**
   161     /**
   155     * Called when async update list refresh is completed
   162     * Called when async update list refresh is completed
   156     *
   163     *
   157     * @param aError Error code
   164     * @param aError Error code
   239      *
   246      *
   240      * @param aPtr  Pointer to this instance
   247      * @param aPtr  Pointer to this instance
   241      */
   248      */
   242      static TInt AutomaticCheckCallbackL( TAny* aPtr );
   249      static TInt AutomaticCheckCallbackL( TAny* aPtr );
   243      
   250      
   244      void DoPossibleApplicationClose();
   251      bool DoPossibleApplicationClose();
   245  
   252  
   246    
   253    
   247 
   254 
   248 private:
   255 private:
   249      
   256