bluetoothengine/bteng/btengsettings/inc/btengsettingsnotify.h
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
    76      * Handle a setting change.
    76      * Handle a setting change.
    77      *
    77      *
    78      * @since S60 v3.2
    78      * @since S60 v3.2
    79      * @param ?arg1 ?description
    79      * @param ?arg1 ?description
    80      */
    80      */
    81     virtual void RequestCompletedL( CBTEngActive* aActive, 
    81     virtual void RequestCompletedL( CBTEngActive* aActive, TInt aId, 
    82                                      TInt aStatus );
    82                                      TInt aStatus );
    83 
    83 
    84     /**
       
    85      * Callback for handling cancelation of an outstanding request.
       
    86      *
       
    87      * @param aId The ID that identifies the outstanding request.
       
    88      */
       
    89     virtual void CancelRequest( TInt aRequestId );
       
    90     
       
    91     /**
    84     /**
    92      * From MBTEngActiveObserver.
    85      * From MBTEngActiveObserver.
    93      * Handle an error in the setting change handling.
    86      * Handle an error in the setting change handling.
    94      *
    87      *
    95      * @since S60 v3.2
    88      * @since S60 v3.2
    96      * @param ?arg1 ?description
    89      * @param ?arg1 ?description
    97      */
    90      */
    98     virtual void HandleError( CBTEngActive* aActive, TInt aError );
    91     virtual void HandleError( CBTEngActive* aActive, TInt aId, TInt aError );
    99 
    92 
   100 private:
    93 private:
   101 
    94 
   102     /**
    95     /**
   103      * C++ default constructor
    96      * C++ default constructor