diff -r 27f2d7aec52a -r 0a8e959402e5 engine/collectionframework/datasource/plugins/glxdatasourcemde2.5/src/glxdatasourcemds.cpp --- a/engine/collectionframework/datasource/plugins/glxdatasourcemde2.5/src/glxdatasourcemds.cpp Wed Oct 06 14:49:39 2010 +0530 +++ b/engine/collectionframework/datasource/plugins/glxdatasourcemde2.5/src/glxdatasourcemds.cpp Thu Oct 14 17:54:23 2010 +0530 @@ -488,7 +488,6 @@ // CGlxDataSourceMde::HandleObjectNotification // --------------------------------------------------------------------------- // -///@todo AB test this void CGlxDataSourceMde::HandleObjectNotification(CMdESession& /*aSession*/, TObserverNotificationType aType, const RArray& aObjectIdArray) @@ -537,7 +536,6 @@ // CGlxDataSourceMde::HandleObjectPresentNotification // --------------------------------------------------------------------------- // -///@todo AB test this void CGlxDataSourceMde::HandleObjectPresentNotification(CMdESession& /*aSession*/, TBool aPresent, const RArray& aObjectIdArray) { @@ -556,7 +554,6 @@ // CGlxDataSourceMde::HandleRelationNotification // --------------------------------------------------------------------------- // -///@todo AB test this void CGlxDataSourceMde::HandleRelationNotification(CMdESession& /*aSession*/, TObserverNotificationType aType, const RArray& aRelationIdArray) @@ -569,7 +566,6 @@ // CGlxDataSourceMde::HandleRelationPresentNotification // --------------------------------------------------------------------------- // -///@todo AB test this void CGlxDataSourceMde::HandleRelationPresentNotification(CMdESession& /*aSession*/, TBool aPresent, const RArray& aRelationIdArray) { @@ -1155,7 +1151,11 @@ switch(aHarvesterEventState) { case EHEStateStarted: - GLX_LOG_INFO("CGlxDataSourceMde::HarvestingUpdated() - EHEStateStarted"); + { + GLX_LOG_INFO("CGlxDataSourceMde::HarvestingUpdated() - EHEStateStarted"); + iHarvestingOngoing = ETrue; + } + break; case EHEStateResumed: case EHEStateHarvesting: {