diff -r c2817bb2a55c -r cb506ec2d869 idlefw/plugins/mcsplugin/commonsrc/mcspluginwatcher.cpp --- a/idlefw/plugins/mcsplugin/commonsrc/mcspluginwatcher.cpp Wed Mar 31 13:30:40 2010 +0300 +++ b/idlefw/plugins/mcsplugin/commonsrc/mcspluginwatcher.cpp Wed May 12 13:35:37 2010 +0300 @@ -79,15 +79,6 @@ SetActive(); } -void CMCSPluginWatcher::StopAndWatch( CMenuOperation* aOperation, - CActiveSchedulerWait* aWaitScheduler ) - { - __ASSERT_DEBUG( KRequestPending == iStatus.Int(), User::Invariant() ); - iWaitScheduler = aWaitScheduler; - iOperation = aOperation; - SetActive(); - } - // --------------------------------------------------------------------------- // Inherited from CActive class // --------------------------------------------------------------------------- @@ -100,11 +91,7 @@ { iObserver->HandleNotifyL(); } - if ( iWaitScheduler && iWaitScheduler->IsStarted() ) - { - Cancel(); - iWaitScheduler->AsyncStop(); - } + //CActiveScheduler::Stop(); }