mds_plat/harvester_framework_api/inc/harvesterplugin.h
branchRCL_3
changeset 20 f23c07ec56e2
parent 18 63c982fb92f2
child 21 85f623e1ef41
--- a/mds_plat/harvester_framework_api/inc/harvesterplugin.h	Thu Aug 19 10:20:41 2010 +0300
+++ b/mds_plat/harvester_framework_api/inc/harvesterplugin.h	Tue Aug 31 15:37:30 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;
 	
     };