bluetoothengine/btnotif/inc/btnauthnotifier.h
branchRCL_3
changeset 61 269724087bed
parent 0 f63038272f30
child 72 4b59561a31c0
equal deleted inserted replaced
56:9386f31cc85b 61:269724087bed
    66         * @param None.
    66         * @param None.
    67         * @return None.
    67         * @return None.
    68         */
    68         */
    69         void Cancel();
    69         void Cancel();
    70 
    70 
    71         
       
    72         /**
    71         /**
    73         * From CBTNotifierBase Used in asynchronous notifier launch to 
    72         * From CBTNotifierBase
    74         * store received parameters into members variables and 
    73         * Used in asynchronous notifier launch to start the actual processing
    75         * make needed initializations.
    74         * of parameters received in StartL. StartL just stores a copy of the
    76         * @param aBuffer A buffer containing received parameters
    75         * parameter buffer, schedules a callback to call this method and returns
    77         * @param aReturnVal The return value to be passed back.
    76         * ASAP, so the actual work begins here, safely outside of the StartL
    78         * @param aMessage Should be completed when the notifier is deactivated.
    77         * context so that waiting dialogs can be freely used if need be.
    79         * @return None.
    78         * @return None.
    80         */
    79         */
    81         void GetParamsL(const TDesC8& aBuffer, TInt aReplySlot, const RMessagePtr2& aMessage);
    80         void ProcessStartParamsL();
    82 
    81 
    83         /**
    82         /**
    84         * From CBTNotifierBase
    83         * From CBTNotifierBase
    85         */      
    84         */      
    86         void HandleGetDeviceCompletedL(const CBTDevice* aDev);        
    85         void HandleGetDeviceCompletedL(const CBTDevice* aDev);