harvester/harvesterserver/inc/cindexingmanager.h
changeset 7 a5fbfefd615f
parent 2 6c1a2771f4b7
child 8 6547bf8ca13a
equal deleted inserted replaced
3:ae3f1779f6da 7:a5fbfefd615f
    98 	void LoadL();
    98 	void LoadL();
    99 	/**
    99 	/**
   100      * saving the state of the Plugins
   100      * saving the state of the Plugins
   101      */
   101      */
   102 	void SaveL();
   102 	void SaveL();
       
   103 	/**
       
   104      * Update content info Db with the plugin details
       
   105      */
       
   106 	void UpdateContentInfoDbL( const TDesC& aPluginName);
       
   107 	/**
       
   108      * Update the unload list in a separate table in blacklist database
       
   109      */
       
   110 	void UpdateUnloadListL();
   103 	
   111 	
   104 private:
   112 private:
   105 	CIndexingManager();
   113 	CIndexingManager();
   106 	void ConstructL();
   114 	void ConstructL();
   107 
   115