diff -r 79859ed3eea9 -r 919f36ff910f browserutilities/feedsengine/FeedsServer/Server/inc/UpdateManager.h --- a/browserutilities/feedsengine/FeedsServer/Server/inc/UpdateManager.h Tue Aug 31 16:17:46 2010 +0300 +++ b/browserutilities/feedsengine/FeedsServer/Server/inc/UpdateManager.h Wed Sep 01 12:28:30 2010 +0100 @@ -122,7 +122,7 @@ * @since 7.1 * @return Integer. */ - TInt StartL(); + void StartL(); /** * This method Stop the updation; @@ -250,12 +250,19 @@ public: /** - * Check for roaming. - * - * @since 7.1 + * Issue request for notification. * + * @since 7.2 * @return void. */ - void CheckForRoaming(); + void IssueRequestL(); + /** + * Check if currently in roaming + * + * @since 7.2 + * @return boolean. + */ + TBool Roaming(); + private: /** @@ -274,11 +281,12 @@ private: - CTelephony *iTelephony; - CTelephony::TNetworkRegistrationV1 iRegStatus; - CUpdateManager *iUpdateManager; - + CTelephony *iTelephony; + CTelephony::TNetworkRegistrationV1 iNetworkRegistrationV1; + CTelephony::TNetworkRegistrationV1Pckg iNetworkRegistrationV1Pckg; + CUpdateManager *iUpdateManager; + }; -#endif //_UPDATEMANAGER_H_ \ No newline at end of file +#endif //_UPDATEMANAGER_H_