--- a/bluetoothengine/bteng/btengsettings/inc/btengsettingsnotify.h Tue Aug 31 15:25:10 2010 +0300
+++ b/bluetoothengine/bteng/btengsettings/inc/btengsettingsnotify.h Wed Sep 01 12:20:04 2010 +0100
@@ -78,24 +78,17 @@
* @since S60 v3.2
* @param ?arg1 ?description
*/
- 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.
* Handle an error in the setting change handling.
*
* @since S60 v3.2
* @param ?arg1 ?description
*/
- virtual void HandleError( CBTEngActive* aActive, TInt aError );
+ virtual void HandleError( CBTEngActive* aActive, TInt aId, TInt aError );
private: