diff -r 646a02f170b9 -r 3cebc1a84278 harvester/monitorplugins/mmcplugin/inc/mmcmonitorao.h --- a/harvester/monitorplugins/mmcplugin/inc/mmcmonitorao.h Fri Mar 12 15:44:28 2010 +0200 +++ b/harvester/monitorplugins/mmcplugin/inc/mmcmonitorao.h Mon Mar 15 12:42:24 2010 +0200 @@ -75,20 +75,6 @@ TBool StopMonitoring(); /** - * Resumes paused monitoring. - * - * @return ETrue if success, EFalse if not - */ - TBool Resume(); - - /** - * Pauses monitoring. - * - * @return ETrue if success, EFalse if not - */ - TBool Pause(); - - /** * Inherited from CActive. This method will be called on file server notifying. */ void RunL();