diff -r 6dfc5f825351 -r 50bf9db68373 harvester/monitorplugins/mmcplugin/src/mmcmonitorao.cpp --- a/harvester/monitorplugins/mmcplugin/src/mmcmonitorao.cpp Fri Mar 19 09:38:01 2010 +0200 +++ b/harvester/monitorplugins/mmcplugin/src/mmcmonitorao.cpp Fri Apr 16 15:23:55 2010 +0300 @@ -44,7 +44,7 @@ User::LeaveIfError( iFs.Connect() ); CActiveScheduler::Add( this ); - for( TInt i=0; i=0; i-- ) { iMediaIdList[i] = 0; } @@ -112,27 +112,6 @@ return ETrue; } -TBool CMMCMonitorAO::Resume() - { - WRITELOG( "CMMCMonitorAO::Resume" ); // DEBUG INFO - - iPreviousDriveList.Zero(); - iPreviousDriveList.Copy( iDriveList ); - - BuildDriveList(); - CompareDriveLists(); - StartNotify(); - - return ETrue; - } - -TBool CMMCMonitorAO::Pause() - { - WRITELOG( "CMMCMonitorAO::Pause" ); // DEBUG INFO - - return StopMonitoring(); - } - void CMMCMonitorAO::RunL() { #ifdef _DEBUG