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