mmsharing/mmshui/src/musuibitmapdecoder.cpp
branchRCL_3
changeset 21 ce86b6d44a6d
parent 0 f0cf47e981f9
--- 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