changeset 7 | a5fbfefd615f |
parent 2 | 6c1a2771f4b7 |
child 8 | 6547bf8ca13a |
--- a/harvester/harvesterserver/inc/cindexingmanager.h Thu May 27 13:59:44 2010 +0300 +++ b/harvester/harvesterserver/inc/cindexingmanager.h Fri Jun 11 14:43:47 2010 +0300 @@ -100,6 +100,14 @@ * saving the state of the Plugins */ void SaveL(); + /** + * Update content info Db with the plugin details + */ + void UpdateContentInfoDbL( const TDesC& aPluginName); + /** + * Update the unload list in a separate table in blacklist database + */ + void UpdateUnloadListL(); private: CIndexingManager();