diff -r c53acadfccc6 -r acef663c1218 mds_plat/harvester_framework_api/inc/harvesterplugin.h --- a/mds_plat/harvester_framework_api/inc/harvesterplugin.h Mon Jan 18 20:34:07 2010 +0200 +++ b/mds_plat/harvester_framework_api/inc/harvesterplugin.h Tue Jan 26 12:13:20 2010 +0200 @@ -25,6 +25,7 @@ class CHarvesterBlacklist; class CHarvesterData; class CMdEPropertyDef; +class CHarvesterEventManager; // Uid for this interface const TUid KCHarvesterPluginInterfaceUid = { 0x200009F8 }; @@ -240,6 +241,10 @@ CMdEPropertyDef* iOriginPropertyDef; CMdEPropertyDef* iTitlePropertyDef; + + TBool iHarvesting; + + CHarvesterEventManager* iHarvesterEventManager; }; #endif // __CHARVESTERPLUGIN_H__