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