harvester/harvesterserver/inc/cindexingmanager.h
changeset 1 6f2c1c46032b
parent 0 671dee74050a
child 2 6c1a2771f4b7
equal deleted inserted replaced
0:671dee74050a 1:6f2c1c46032b
    23 #include <RSearchServerSession.h>
    23 #include <RSearchServerSession.h>
    24 
    24 
    25 const TInt KFilePluginBaseAppClassMaxLen = 64;
    25 const TInt KFilePluginBaseAppClassMaxLen = 64;
    26 //Forward Declaration
    26 //Forward Declaration
    27 class CBlacklistMgr;
    27 class CBlacklistMgr;
       
    28 class CContentInfoMgr;
    28 
    29 
    29 class CIndexingManager : public CActive, public MIndexingService
    30 class CIndexingManager : public CActive, public MIndexingService
    30 	{
    31 	{
    31 public:	
    32 public:	
    32 	static CIndexingManager* NewL();
    33 	static CIndexingManager* NewL();
   197 	
   198 	
   198 	/* Time of previous RunL call */
   199 	/* Time of previous RunL call */
   199 	TTime iPreviousRun;
   200 	TTime iPreviousRun;
   200 	/* Database to maintain blacklisted plugins.Owned */
   201 	/* Database to maintain blacklisted plugins.Owned */
   201 	CBlacklistMgr* iBlacklistMgr;
   202 	CBlacklistMgr* iBlacklistMgr;
       
   203 	/* Database to maintain the content info all the plugins.owned*/
       
   204 	CContentInfoMgr* iContentInfoMgr;
   202 	};
   205 	};
   203 
   206 
   204 #endif // CINDEXINGMANAGER_H
   207 #endif // CINDEXINGMANAGER_H