diff -r f23c07ec56e2 -r 85f623e1ef41 mds_plat/harvester_framework_api/inc/harvesterplugin.h --- a/mds_plat/harvester_framework_api/inc/harvesterplugin.h Tue Aug 31 15:37:30 2010 +0300 +++ b/mds_plat/harvester_framework_api/inc/harvesterplugin.h Wed Sep 01 12:24:24 2010 +0100 @@ -160,11 +160,6 @@ * @param aBlacklist Reference to blacklisting component. */ IMPORT_C virtual void SetBlacklist( CHarvesterBlacklist& aBlacklist ); - - /** - * Method to stop harvester plugin if needed. - */ - IMPORT_C virtual void StopHarvest(); protected: @@ -270,7 +265,6 @@ CMdEPropertyDef* iTitlePropertyDef; TBool iHarvesting; - TBool iPaused; };