diff -r 73a1feb507fb -r bc78a40cd63c mmsharing/mmshavailability/src/musavacapabilitytimer.cpp --- a/mmsharing/mmshavailability/src/musavacapabilitytimer.cpp Tue Aug 31 15:12:07 2010 +0300 +++ b/mmsharing/mmshavailability/src/musavacapabilitytimer.cpp Wed Sep 01 12:31:01 2010 +0100 @@ -56,6 +56,18 @@ { iNotify->OnExpiredL( iStatus.Int() ); } + +// ------------------------------------------------------------------------- +// If RunL() leaves,It should be handled here. +// ------------------------------------------------------------------------- +// +TInt CMusAvaCapabilityTimer::RunError( TInt aError ) + { + // Nothing can be done here. + aError = KErrNone; + + return aError; + } // ---------------------------------------------------------------------------