harvester/common/inc/harvesterpluginfactory.h
changeset 45 a93990e5815e
parent 21 50bf9db68373
child 48 1389872e7c51
equal deleted inserted replaced
36:aa5a574040a4 45:a93990e5815e
    42 		IMPORT_C TBool IsSupportedFileExtension( const TDesC& aFileName );
    42 		IMPORT_C TBool IsSupportedFileExtension( const TDesC& aFileName );
    43 		IMPORT_C TBool IsContainerFileL( const TDesC& aURI );
    43 		IMPORT_C TBool IsContainerFileL( const TDesC& aURI );
    44 		
    44 		
    45 		IMPORT_C void SendHarvestingStatusEventL( TBool aStarted );
    45 		IMPORT_C void SendHarvestingStatusEventL( TBool aStarted );
    46 		IMPORT_C void PauseHarvester( TBool aPaused );
    46 		IMPORT_C void PauseHarvester( TBool aPaused );
       
    47 		
       
    48 		IMPORT_C void GetObjectDefL( CHarvesterData* aHD, TDes& aObjectDef );
    47 
    49 
    48 	private:
    50 	private:
    49 		CHarvesterPluginFactory();
    51 		CHarvesterPluginFactory();
    50 		void ConstructL();
    52 		void ConstructL();
    51 		void SetupHarvesterPluginInfoL();
    53 		void SetupHarvesterPluginInfoL();