bluetoothengine/bteng/inc/btengsrvbbconnectionmgr.h
changeset 19 43824b19ee35
parent 17 f05641c183ff
child 56 9386f31cc85b
--- a/bluetoothengine/bteng/inc/btengsrvbbconnectionmgr.h	Mon May 03 12:40:50 2010 +0300
+++ b/bluetoothengine/bteng/inc/btengsrvbbconnectionmgr.h	Fri May 14 16:01:46 2010 +0300
@@ -149,22 +149,27 @@
      *
      * @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, 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.
      * 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, TInt aId, 
+    virtual void HandleError( CBTEngActive* aActive,
                                TInt aError );
 
 private: