--- a/harvester/harvesterserver/inc/cindexingmanager.h Mon Apr 19 14:40:16 2010 +0300
+++ b/harvester/harvesterserver/inc/cindexingmanager.h Mon May 03 13:33:22 2010 +0300
@@ -25,6 +25,7 @@
const TInt KFilePluginBaseAppClassMaxLen = 64;
//Forward Declaration
class CBlacklistMgr;
+class CContentInfoMgr;
class CIndexingManager : public CActive, public MIndexingService
{
@@ -199,6 +200,8 @@
TTime iPreviousRun;
/* Database to maintain blacklisted plugins.Owned */
CBlacklistMgr* iBlacklistMgr;
+ /* Database to maintain the content info all the plugins.owned*/
+ CContentInfoMgr* iContentInfoMgr;
};
#endif // CINDEXINGMANAGER_H