--- a/bluetoothengine/bteng/btengsettings/inc/btengsettingsnotify.h Thu Aug 19 10:05:41 2010 +0300
+++ b/bluetoothengine/bteng/btengsettings/inc/btengsettingsnotify.h Tue Aug 31 15:25:10 2010 +0300
@@ -78,17 +78,24 @@
* @since S60 v3.2
* @param ?arg1 ?description
*/
- virtual void RequestCompletedL( CBTEngActive* aActive, TInt aId,
+ virtual void RequestCompletedL( CBTEngActive* aActive,
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 aId, TInt aError );
+ virtual void HandleError( CBTEngActive* aActive, TInt aError );
private: