--- a/mmsharing/mmshmanagersrv/src/musmanagerserverclosetimer.cpp Tue Aug 31 15:12:07 2010 +0300
+++ b/mmsharing/mmshmanagersrv/src/musmanagerserverclosetimer.cpp Wed Sep 01 12:31:01 2010 +0100
@@ -101,6 +101,18 @@
CActiveScheduler::Stop();
}
+// -------------------------------------------------------------------------
+// If RunL() leaves,It should be handled here.
+// -------------------------------------------------------------------------
+//
+TInt CMusManagerServerCloseTimer::RunError( TInt aError )
+ {
+ // Nothing can be done here.
+ aError = KErrNone;
+
+ return aError;
+ }
+
// ----------------------------------------------------------------------------
// CMusManagerServerCloseTimer::DoCancel
// ----------------------------------------------------------------------------