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