diff -r 95754dcd27ad -r ce86b6d44a6d mmsharing/mmshui/src/musuimmcmonitor.cpp --- a/mmsharing/mmshui/src/musuimmcmonitor.cpp Tue May 25 12:38:39 2010 +0300 +++ b/mmsharing/mmshui/src/musuimmcmonitor.cpp Wed Jun 09 09:37:52 2010 +0300 @@ -111,6 +111,20 @@ MUS_LOG( "mus: [MUSUI ] <- CMusUiMmcMonitor::RunL" ); } +// ------------------------------------------------------------------------- +// If RunL() leaves,It should be handled here. +// ------------------------------------------------------------------------- +// +TInt CMusUiMmcMonitor::RunError( TInt aError ) + { + MUS_LOG( "mus: [MUSUI ] -> CMusUiMmcMonitor::RunError" ); + // Nothing can be done here. + aError = KErrNone; + + MUS_LOG( "mus: [MUSUI ] <- CMusUiMmcMonitor::RunError" ); + return aError; + } + // ----------------------------------------------------------------------------- //