browserutilities/feedsengine/FeedsServer/Server/inc/UpdateManager.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
   120      * This method handles the updation of feeds 
   120      * This method handles the updation of feeds 
   121      *     
   121      *     
   122      * @since 7.1
   122      * @since 7.1
   123      * @return Integer.
   123      * @return Integer.
   124      */
   124      */
   125     TInt StartL(); 
   125     void StartL(); 
   126 
   126 
   127     /**
   127     /**
   128      * This method Stop the updation;
   128      * This method Stop the updation;
   129      *
   129      *
   130      * @since 7.1
   130      * @since 7.1
   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_