mds_plat/harvester_framework_api/inc/harvesterplugin.h
changeset 48 1389872e7c51
parent 36 aa5a574040a4
child 50 85f623e1ef41
--- a/mds_plat/harvester_framework_api/inc/harvesterplugin.h	Fri Aug 06 09:56:02 2010 +0300
+++ b/mds_plat/harvester_framework_api/inc/harvesterplugin.h	Mon Aug 23 13:33:21 2010 +0300
@@ -160,6 +160,11 @@
 	 * @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:
     
@@ -265,6 +270,7 @@
 	CMdEPropertyDef* iTitlePropertyDef;
 	
     TBool iHarvesting;
+    TBool iPaused;
 	
     };