browserutilities/feedsengine/FeedsServer/Server/inc/UpdateManager.h
branchRCL_3
changeset 37 ac77f89b1d9e
parent 10 a359256acfc6
child 46 30342f40acbf
equal deleted inserted replaced
36:c711bdda59f4 37:ac77f89b1d9e
   248     void DoCancel();
   248     void DoCancel();
   249 
   249 
   250 public:
   250 public:
   251 
   251 
   252    /**
   252    /**
   253     * Check for roaming.
   253     * Issue request for notification.    *
   254     *
   254     * @since 7.2
   255     * @since 7.1
       
   256     * @return void.
   255     * @return void.
   257     */
   256     */
   258 	void CheckForRoaming();
   257     void IssueRequestL();
       
   258     /**
       
   259     * Check if currently in roaming
       
   260     *
       
   261     * @since 7.2
       
   262     * @return boolean.
       
   263     */
       
   264     TBool Roaming();
       
   265 
   259 
   266 
   260 private:
   267 private:
   261    /**
   268    /**
   262     * @since 7.1
   269     * @since 7.1
   263     * C++ default constructor.
   270     * C++ default constructor.
   272     */
   279     */
   273     void ConstructL();
   280     void ConstructL();
   274 
   281 
   275 private:
   282 private:
   276 
   283 
   277 	CTelephony							*iTelephony;
   284     CTelephony  *iTelephony;
   278 	CTelephony::TNetworkRegistrationV1	iRegStatus;
   285     CTelephony::TNetworkRegistrationV1 iNetworkRegistrationV1;	
   279 	CUpdateManager					    *iUpdateManager;
   286     CTelephony::TNetworkRegistrationV1Pckg iNetworkRegistrationV1Pckg;
   280 	
   287     CUpdateManager  *iUpdateManager;
       
   288     
   281     };
   289     };
   282 
   290 
   283 
   291 
   284 #endif //_UPDATEMANAGER_H_
   292 #endif //_UPDATEMANAGER_H_