browserutilities/feedsengine/FeedsServer/Server/src/UpdateManager.cpp
branchRCL_3
changeset 91 30342f40acbf
parent 64 ac77f89b1d9e
child 93 79859ed3eea9
--- a/browserutilities/feedsengine/FeedsServer/Server/src/UpdateManager.cpp	Mon Jun 21 16:54:17 2010 +0300
+++ b/browserutilities/feedsengine/FeedsServer/Server/src/UpdateManager.cpp	Thu Jul 15 19:53:20 2010 +0300
@@ -152,7 +152,7 @@
 // 
 // Handles the Update of feed
 // -----------------------------------------------------------------------------     
-TInt CUpdateManager::StartL()
+void CUpdateManager::StartL()
     {
     iCurrentFeedCount = 0;
 
@@ -362,7 +362,7 @@
 // -----------------------------------------------------------------------------
 //
 CRoamingInfo::CRoamingInfo(CUpdateManager *aUpdateManager)
-	:CActive(CActive::EPriorityStandard),iUpdateManager(aUpdateManager),iNetworkRegistrationV1Pckg(iNetworkRegistrationV1)
+	:CActive(CActive::EPriorityStandard),iNetworkRegistrationV1Pckg(iNetworkRegistrationV1),iUpdateManager(aUpdateManager)
     {
     }