searchsrv_plat/cpix_framework_api/inc/mindexingpluginobserver.h
changeset 2 6c1a2771f4b7
parent 0 671dee74050a
equal deleted inserted replaced
1:6f2c1c46032b 2:6c1a2771f4b7
    53 	/**
    53 	/**
    54 	 * A pure virtual method which is called by the plug-in when it wants to unschedule a harvesting event
    54 	 * A pure virtual method which is called by the plug-in when it wants to unschedule a harvesting event
    55 	 *
    55 	 *
    56 	 * @param aPlugin the plugin object that calls this function 
    56 	 * @param aPlugin the plugin object that calls this function 
    57 	 * @param aQualifiedBaseAppClass database to harvest
    57 	 * @param aQualifiedBaseAppClass database to harvest
       
    58 	 * @param aRemovePersist if plugin wants to remove from harvesting queue as well as config to be saved
    58 	 */
    59 	 */
    59 	virtual void RemoveHarvestingQueue(CIndexingPlugin* aPlugin, const TDesC& aQualifiedBaseAppClass) = 0;
    60 	virtual void RemoveHarvestingQueue(CIndexingPlugin* aPlugin, const TDesC& aQualifiedBaseAppClass,TBool aRemovePersist = EFalse) = 0;
    60 
    61 
    61 	/**
    62 	/**
    62 	 * A pure virtual method which is called by the plug-in when it has ended harvesting
    63 	 * A pure virtual method which is called by the plug-in when it has ended harvesting
    63 	 * 
    64 	 * 
    64 	 * @param aPlugin the plugin object that calls this function 
    65 	 * @param aPlugin the plugin object that calls this function