bluetoothengine/btmac/src/BTMonoCmdHandler/btmcactive.cpp
changeset 1 6a1fe72036e3
parent 0 f63038272f30
--- a/bluetoothengine/btmac/src/BTMonoCmdHandler/btmcactive.cpp	Mon Jan 18 20:28:57 2010 +0200
+++ b/bluetoothengine/btmac/src/BTMonoCmdHandler/btmcactive.cpp	Tue Jan 26 12:06:42 2010 +0200
@@ -81,7 +81,19 @@
     iObserver.RequestCompletedL(*this, iStatus.Int());
     TRACE_FUNC_EXIT
     }
-    
+
+// -------------------------------------------------------------------------------
+// CBtmcActive::RunError
+// This is really bad as we are just 'eating' the error not doing anything with it
+// This needs to re-evaluated and done better as later date.
+// -------------------------------------------------------------------------------
+TInt CBtmcActive::RunError(TInt aError)
+    {
+    TRACE_INFO((_L("Service %d RunError with %d"), iServiceId, aError))
+    (void) aError;
+    return KErrNone;
+    } 
+
 // -------------------------------------------------------------------------------
 // CBtmcActive::DoCancel
 // -------------------------------------------------------------------------------