diff -r 613943a21004 -r 9386f31cc85b bluetoothengine/bteng/inc/btengsrvbbconnectionmgr.h --- a/bluetoothengine/bteng/inc/btengsrvbbconnectionmgr.h Tue Aug 31 15:25:10 2010 +0300 +++ b/bluetoothengine/bteng/inc/btengsrvbbconnectionmgr.h Wed Sep 01 12:20:04 2010 +0100 @@ -149,27 +149,22 @@ * * @since S60 v3.2 * @param aActive Pointer to the active object that completed. + * @param aId The ID that identifies the outstanding request. * @param aStatus The status of the completed request. */ - virtual void RequestCompletedL( CBTEngActive* aActive, + virtual void RequestCompletedL( CBTEngActive* aActive, TInt aId, TInt aStatus ); /** - * Callback for handling cancelation of an outstanding request. - * - * @param aId The ID that identifies the outstanding request. - */ - virtual void CancelRequest( TInt aRequestId ); - - /** * From MBTEngActiveObserver. * Callback to notify that an error has occurred in RunL. * * @since S60 v3.2 * @param aActive Pointer to the active object that completed. + * @param aId The ID that identifies the outstanding request. * @param aStatus The status of the completed request. */ - virtual void HandleError( CBTEngActive* aActive, + virtual void HandleError( CBTEngActive* aActive, TInt aId, TInt aError ); private: