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