--- a/harvester/common/inc/harvesterpluginfactory.h Tue Jul 06 14:44:37 2010 +0300
+++ b/harvester/common/inc/harvesterpluginfactory.h Fri Sep 17 16:54:49 2010 +0300
@@ -44,6 +44,8 @@
IMPORT_C void SendHarvestingStatusEventL( TBool aStarted );
IMPORT_C void PauseHarvester( TBool aPaused );
+
+ IMPORT_C void GetObjectDefL( CHarvesterData* aHD, TDes& aObjectDef );
private:
CHarvesterPluginFactory();
@@ -59,6 +61,9 @@
TBool iHarvesting;
CHarvesterEventManager* iHarvesterEventManager;
+
+ HBufC* iLastConfirmedContainerExt;
+ HBufC* iLastConfirmedSupportedExt;
};
#endif