browserui/browser/BrowserAppInc/BrowserAppUi.h
branchRCL_3
changeset 58 aead3f7e1bb0
parent 56 3154c14a33db
child 60 b149f0820e5a
equal deleted inserted replaced
56:3154c14a33db 58:aead3f7e1bb0
   874         * This function will read the content of the file if it exists
   874         * This function will read the content of the file if it exists
   875         * @param None
   875         * @param None
   876         * @return TBool.
   876         * @return TBool.
   877         */
   877         */
   878         TInt64 ReadUpdateFile();
   878         TInt64 ReadUpdateFile();
       
   879         
       
   880         /**
       
   881         * Callback function to complete the IAD udated check on CIdle::RunL
       
   882         * @param None
       
   883         * @return TBool.
       
   884         */
       
   885         static TInt CompleteIADUpdateCallback( TAny* aBrowserAppUi );
   879 #endif		    
   886 #endif		    
   880 	protected:
   887 	protected:
   881 
   888 
   882         /**
   889         /**
   883         * Symbian OS constructor.
   890         * Symbian OS constructor.
  1083 
  1090 
  1084 #ifdef BRDO_IAD_UPDATE_ENABLED_FF		
  1091 #ifdef BRDO_IAD_UPDATE_ENABLED_FF		
  1085         CIAUpdate* iUpdate;  
  1092         CIAUpdate* iUpdate;  
  1086         CIAUpdateParameters* iParameters; 
  1093         CIAUpdateParameters* iParameters; 
  1087         RFs iFs;
  1094         RFs iFs;
       
  1095         CIdle* iDelayedUpdate;
  1088 #endif        
  1096 #endif        
  1089         TBool iCalledFromExternApp;
  1097         TBool iCalledFromExternApp;
  1090         TInt iWindowIdFromFromExternApp;
  1098         TInt iWindowIdFromFromExternApp;
  1091 	protected:
  1099 	protected:
  1092 
  1100