harvester/harvesterserver/inc/cindexingmanager.h
changeset 2 6c1a2771f4b7
parent 1 6f2c1c46032b
child 7 a5fbfefd615f
equal deleted inserted replaced
1:6f2c1c46032b 2:6c1a2771f4b7
    56 	 * derived from MIndexingService
    56 	 * derived from MIndexingService
    57 	 * A callback from CIndexingPlugin, called when it wants to unschedule a harvesting event
    57 	 * A callback from CIndexingPlugin, called when it wants to unschedule a harvesting event
    58 	 *
    58 	 *
    59      * @param aQualifiedBaseAppClass database to harvest
    59      * @param aQualifiedBaseAppClass database to harvest
    60 	 * @param aMedia the media to be harvested
    60 	 * @param aMedia the media to be harvested
    61 	 */
    61 	 * @param aRemovePersist if plugin wants to remove from harvesting queue as well as config to be saved
    62 	void RemoveHarvestingQueue(CIndexingPlugin* aPlugin, const TDesC& aQualifiedBaseAppClass);
    62 	 */
       
    63 	void RemoveHarvestingQueue(CIndexingPlugin* aPlugin, const TDesC& aQualifiedBaseAppClass,TBool aRemovePersist = EFalse);
    63 
    64 
    64 	/**
    65 	/**
    65 	 * derived from MIndexingService
    66 	 * derived from MIndexingService
    66 	 * A callback from CIndexingPlugin, called when it has ended harvesting
    67 	 * A callback from CIndexingPlugin, called when it has ended harvesting
    67 	 * 
    68 	 *