browserutilities/feedsengine/FeedsServer/Server/src/UpdateManager.cpp
branchRCL_3
changeset 91 30342f40acbf
parent 64 ac77f89b1d9e
child 93 79859ed3eea9
equal deleted inserted replaced
84:800203832575 91:30342f40acbf
   150 // -----------------------------------------------------------------------------
   150 // -----------------------------------------------------------------------------
   151 // CUpdateManager::StartL
   151 // CUpdateManager::StartL
   152 // 
   152 // 
   153 // Handles the Update of feed
   153 // Handles the Update of feed
   154 // -----------------------------------------------------------------------------     
   154 // -----------------------------------------------------------------------------     
   155 TInt CUpdateManager::StartL()
   155 void CUpdateManager::StartL()
   156     {
   156     {
   157     iCurrentFeedCount = 0;
   157     iCurrentFeedCount = 0;
   158 
   158 
   159     iFeedsServer.Database().AllFeedIdsL( iFeedIds, iFolderListId );
   159     iFeedsServer.Database().AllFeedIdsL( iFeedIds, iFolderListId );
   160     iLazyCaller->Start(TCallBack(CUpdateManager::LazyCallBack,this));
   160     iLazyCaller->Start(TCallBack(CUpdateManager::LazyCallBack,this));
   360 // C++ default constructor can NOT contain any code that
   360 // C++ default constructor can NOT contain any code that
   361 // might leave.
   361 // might leave.
   362 // -----------------------------------------------------------------------------
   362 // -----------------------------------------------------------------------------
   363 //
   363 //
   364 CRoamingInfo::CRoamingInfo(CUpdateManager *aUpdateManager)
   364 CRoamingInfo::CRoamingInfo(CUpdateManager *aUpdateManager)
   365 	:CActive(CActive::EPriorityStandard),iUpdateManager(aUpdateManager),iNetworkRegistrationV1Pckg(iNetworkRegistrationV1)
   365 	:CActive(CActive::EPriorityStandard),iNetworkRegistrationV1Pckg(iNetworkRegistrationV1),iUpdateManager(aUpdateManager)
   366     {
   366     {
   367     }
   367     }
   368 
   368 
   369 // -----------------------------------------------------------------------------
   369 // -----------------------------------------------------------------------------
   370 // CRoamingInfo::~CRoamingInfo
   370 // CRoamingInfo::~CRoamingInfo