bluetoothengine/bteng/btengdiscovery/inc/btengdevicesearch.h
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
--- a/bluetoothengine/bteng/btengdiscovery/inc/btengdevicesearch.h	Tue Aug 31 15:25:10 2010 +0300
+++ b/bluetoothengine/bteng/btengdiscovery/inc/btengdevicesearch.h	Wed Sep 01 12:20:04 2010 +0100
@@ -89,23 +89,16 @@
      * @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 );
-    
+
     /**
      * Callback to notify that an error has occurred in RunL.
      *
      * @since S60 v3.2
      * @param ?arg1 ?description
      */
-    virtual void HandleError( CBTEngActive* aActive, TInt aError );
+    virtual void HandleError( CBTEngActive* aActive, TInt aId, TInt aError );
 
 private: