bluetoothengine/btmac/src/BTMonoCmdHandler/btmcactive.cpp
changeset 1 6a1fe72036e3
parent 0 f63038272f30
equal deleted inserted replaced
0:f63038272f30 1:6a1fe72036e3
    79     TRACE_FUNC_ENTRY
    79     TRACE_FUNC_ENTRY
    80     TRACE_INFO((_L("Completed service %d, status %d"), iServiceId, iStatus.Int()))
    80     TRACE_INFO((_L("Completed service %d, status %d"), iServiceId, iStatus.Int()))
    81     iObserver.RequestCompletedL(*this, iStatus.Int());
    81     iObserver.RequestCompletedL(*this, iStatus.Int());
    82     TRACE_FUNC_EXIT
    82     TRACE_FUNC_EXIT
    83     }
    83     }
    84     
    84 
       
    85 // -------------------------------------------------------------------------------
       
    86 // CBtmcActive::RunError
       
    87 // This is really bad as we are just 'eating' the error not doing anything with it
       
    88 // This needs to re-evaluated and done better as later date.
       
    89 // -------------------------------------------------------------------------------
       
    90 TInt CBtmcActive::RunError(TInt aError)
       
    91     {
       
    92     TRACE_INFO((_L("Service %d RunError with %d"), iServiceId, aError))
       
    93     (void) aError;
       
    94     return KErrNone;
       
    95     } 
       
    96 
    85 // -------------------------------------------------------------------------------
    97 // -------------------------------------------------------------------------------
    86 // CBtmcActive::DoCancel
    98 // CBtmcActive::DoCancel
    87 // -------------------------------------------------------------------------------
    99 // -------------------------------------------------------------------------------
    88 void CBtmcActive::DoCancel()
   100 void CBtmcActive::DoCancel()
    89     {
   101     {