browserui/browser/BrowserAppInc/BrowserAppUi.h
branchRCL_3
changeset 40 3154c14a33db
parent 36 c9249d037530
child 41 aead3f7e1bb0
equal deleted inserted replaced
39:08ffbd51e3fd 40:3154c14a33db
   795 		* There's a homepage to be launched so start in content view
   795 		* There's a homepage to be launched so start in content view
   796 		* [Convenience function that gets used in 2 places]
   796 		* [Convenience function that gets used in 2 places]
   797         * @param none
   797         * @param none
   798         */		
   798         */		
   799 		void StartFetchHomePageL();		
   799 		void StartFetchHomePageL();		
   800 		
   800         TUid FindAppIdL(TUid aMessageUid);
   801 #ifdef BRDO_OCC_ENABLED_FF
   801 #ifdef BRDO_OCC_ENABLED_FF
   802         //For Call back for reconnectivity
   802         //For Call back for reconnectivity
   803         static TInt RetryConnectivity(TAny* aCBrowserAppUi);
   803         static TInt RetryConnectivity(TAny* aCBrowserAppUi);
   804         TInt RetryInternetConnection();		
   804         TInt RetryInternetConnection();		
       
   805         void CheckOccConnectionStage();
   805 #endif
   806 #endif
   806 
   807 
   807 #ifdef BRDO_IAD_UPDATE_ENABLED_FF
   808 #ifdef BRDO_IAD_UPDATE_ENABLED_FF
   808 		/**
   809 		/**
   809         * Check updates
   810         * Check updates
  1083 #ifdef BRDO_IAD_UPDATE_ENABLED_FF		
  1084 #ifdef BRDO_IAD_UPDATE_ENABLED_FF		
  1084         CIAUpdate* iUpdate;  
  1085         CIAUpdate* iUpdate;  
  1085         CIAUpdateParameters* iParameters; 
  1086         CIAUpdateParameters* iParameters; 
  1086         RFs iFs;
  1087         RFs iFs;
  1087 #endif        
  1088 #endif        
  1088         
  1089         TBool iCalledFromExternApp;
       
  1090         TInt iWindowIdFromFromExternApp;
  1089 	protected:
  1091 	protected:
  1090 
  1092 
  1091 		CBrowserCommsModel* iCommsModel;
  1093 		CBrowserCommsModel* iCommsModel;
  1092         CBrowserPreferences* iPreferences;
  1094         CBrowserPreferences* iPreferences;
  1093 
  1095