clock2/clockui/adtupdater/inc/adtupdatercontainer.h
branchRCL_3
changeset 86 ed599363c2d7
parent 78 356f28cd5ca0
equal deleted inserted replaced
78:356f28cd5ca0 86:ed599363c2d7
   343          /**
   343          /**
   344           * @brief  Checks whether predictiveapplcation enable key is on/off.
   344           * @brief  Checks whether predictiveapplcation enable key is on/off.
   345           * @return TBool
   345           * @return TBool
   346           */
   346           */
   347          TBool PredictiveTimeEnabled();
   347          TBool PredictiveTimeEnabled();
   348          
       
   349          /**
       
   350           * @brief  Checks if automatic time update is ON
       
   351           * @return TBool ETrue : if automatic time update is ON
       
   352           */
       
   353          TBool isAutomaticTimeUpdateON();
       
   354   
   348   
   355 	private:       //Data members
   349 	private:       //Data members
   356 		
   350 		
   357 		/**
   351 		/**
   358 		* @var iBgContext
   352 		* @var iBgContext
   444 		 * @var iNitzTimerActive
   438 		 * @var iNitzTimerActive
   445 		 * @brief ETrue if the 90sec KTimeout timer is started for Nitz, EFalse if 5 sec KCDTQueryTimer timer is started.
   439 		 * @brief ETrue if the 90sec KTimeout timer is started for Nitz, EFalse if 5 sec KCDTQueryTimer timer is started.
   446 		 */
   440 		 */
   447 		TBool iNitzTimerActive;
   441 		TBool iNitzTimerActive;
   448 		
   442 		
       
   443 		
   449 	};	
   444 	};	
   450 
   445 
   451 #endif 		// __ADTUPDATER_CONTAINER_H__
   446 #endif 		// __ADTUPDATER_CONTAINER_H__
   452 
   447 
   453 // End of file
   448 // End of file