equal
deleted
inserted
replaced
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 |