mmsharing/mmshavailability/src/musavacapabilitytimer.cpp
branchRCL_3
changeset 22 73a1feb507fb
parent 16 ce86b6d44a6d
child 23 bc78a40cd63c
--- a/mmsharing/mmshavailability/src/musavacapabilitytimer.cpp	Thu Aug 19 09:51:39 2010 +0300
+++ b/mmsharing/mmshavailability/src/musavacapabilitytimer.cpp	Tue Aug 31 15:12:07 2010 +0300
@@ -56,18 +56,6 @@
     {
     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;
-    }
     
 
 // ---------------------------------------------------------------------------