--- 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)
{
}