mmsharing/mmshavailability/src/musavacapabilitytimer.cpp
branchRCL_3
changeset 21 ce86b6d44a6d
parent 0 f0cf47e981f9
child 32 73a1feb507fb
--- a/mmsharing/mmshavailability/src/musavacapabilitytimer.cpp	Tue May 25 12:38:39 2010 +0300
+++ b/mmsharing/mmshavailability/src/musavacapabilitytimer.cpp	Wed Jun 09 09:37:52 2010 +0300
@@ -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;
+    }
     
 
 // ---------------------------------------------------------------------------