diff -r 2872ae438bf7 -r e538444823de harvester/common/inc/harvesterpluginfactory.h --- a/harvester/common/inc/harvesterpluginfactory.h Wed Sep 15 12:40:59 2010 +0300 +++ b/harvester/common/inc/harvesterpluginfactory.h Wed Oct 13 15:02:02 2010 +0300 @@ -44,8 +44,6 @@ IMPORT_C void SendHarvestingStatusEventL( TBool aStarted ); IMPORT_C void PauseHarvester( TBool aPaused ); - - IMPORT_C void GetObjectDefL( CHarvesterData* aHD, TDes& aObjectDef ); private: CHarvesterPluginFactory(); @@ -61,9 +59,6 @@ TBool iHarvesting; CHarvesterEventManager* iHarvesterEventManager; - - HBufC* iLastConfirmedContainerExt; - HBufC* iLastConfirmedSupportedExt; }; #endif