harvester/common/inc/harvesterpluginfactory.h
changeset 21 50bf9db68373
parent 20 6dfc5f825351
child 43 c5e73110f733
child 54 a3cc46f37772
equal deleted inserted replaced
20:6dfc5f825351 21:50bf9db68373
    41 		IMPORT_C void SetBlacklist( CHarvesterBlacklist& aBlacklist );
    41 		IMPORT_C void SetBlacklist( CHarvesterBlacklist& aBlacklist );
    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 
    47 
    47 	private:
    48 	private:
    48 		CHarvesterPluginFactory();
    49 		CHarvesterPluginFactory();
    49 		void ConstructL();
    50 		void ConstructL();
    50 		void SetupHarvesterPluginInfoL();
    51 		void SetupHarvesterPluginInfoL();