diff -r 646a02f170b9 -r 3cebc1a84278 harvester/monitorplugins/mmcplugin/src/mmcmonitorao.cpp --- a/harvester/monitorplugins/mmcplugin/src/mmcmonitorao.cpp Fri Mar 12 15:44:28 2010 +0200 +++ b/harvester/monitorplugins/mmcplugin/src/mmcmonitorao.cpp Mon Mar 15 12:42:24 2010 +0200 @@ -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