browserutilities/feedsengine/FeedsServer/Server/inc/UpdateManager.h
branchRCL_3
changeset 37 ac77f89b1d9e
parent 10 a359256acfc6
child 46 30342f40acbf
--- a/browserutilities/feedsengine/FeedsServer/Server/inc/UpdateManager.h	Wed Mar 31 23:16:40 2010 +0300
+++ b/browserutilities/feedsengine/FeedsServer/Server/inc/UpdateManager.h	Wed Apr 14 17:06:56 2010 +0300
@@ -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_