diff -r 6dfc5f825351 -r 50bf9db68373 harvester/common/inc/harvesterpluginfactory.h --- a/harvester/common/inc/harvesterpluginfactory.h Fri Mar 19 09:38:01 2010 +0200 +++ b/harvester/common/inc/harvesterpluginfactory.h Fri Apr 16 15:23:55 2010 +0300 @@ -43,6 +43,7 @@ IMPORT_C TBool IsContainerFileL( const TDesC& aURI ); IMPORT_C void SendHarvestingStatusEventL( TBool aStarted ); + IMPORT_C void PauseHarvester( TBool aPaused ); private: CHarvesterPluginFactory();