browserui/browser/BrowserAppInc/BrowserAppUi.h
branchRCL_3
changeset 71 a45dccb283c5
parent 65 8e6fa1719340
equal deleted inserted replaced
65:8e6fa1719340 71:a45dccb283c5
   739 
   739 
   740 #ifdef BRDO_OCC_ENABLED_FF
   740 #ifdef BRDO_OCC_ENABLED_FF
   741         //Retry flags
   741         //Retry flags
   742         void SetRetryFlag(TBool flag);
   742         void SetRetryFlag(TBool flag);
   743         TBool GetRetryFlag();
   743         TBool GetRetryFlag();
       
   744         void SetNewConnFlag(TBool flag);
       
   745         TBool GetNewConnFlag();
   744 #endif
   746 #endif
   745 
   747 
   746 	private:    
   748 	private:    
   747 	
   749 	
   748         /**
   750         /**
  1104 		TBool iBrowserAlreadyRunning; 
  1106 		TBool iBrowserAlreadyRunning; 
  1105 		
  1107 		
  1106 #ifdef BRDO_OCC_ENABLED_FF
  1108 #ifdef BRDO_OCC_ENABLED_FF
  1107         CPeriodic *iRetryConnectivity;
  1109         CPeriodic *iRetryConnectivity;
  1108         TBool reConnectivityFlag;
  1110         TBool reConnectivityFlag;
       
  1111         //Required for setting new conn flag in Special load observer when ap roaming happens
       
  1112         TBool iNewConnFlag;
  1109 #endif		
  1113 #endif		
  1110 
  1114 
  1111 #ifdef BRDO_IAD_UPDATE_ENABLED_FF		
  1115 #ifdef BRDO_IAD_UPDATE_ENABLED_FF		
  1112         CIAUpdate* iUpdate;  
  1116         CIAUpdate* iUpdate;  
  1113         CIAUpdateParameters* iParameters; 
  1117         CIAUpdateParameters* iParameters;