harvester/common/inc/harvesterpluginfactory.h
branchRCL_3
changeset 63 e538444823de
parent 53 29d87345eaeb
--- 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