bluetoothengine/btnotif/inc/btnpaireddevsettnotifier.h
branchRCL_3
changeset 72 4b59561a31c0
parent 61 269724087bed
equal deleted inserted replaced
64:1934667b0e2b 72:4b59561a31c0
    56         * @return None.
    56         * @return None.
    57         */
    57         */
    58         void Cancel();        
    58         void Cancel();        
    59 
    59 
    60         /**
    60         /**
    61         * From CBTNotifierBase
    61         * From CBTNotifierBase Used in asynchronous notifier launch to 
    62         * Used in asynchronous notifier launch to start the actual processing
    62         * store received parameters into members variables and 
    63         * of parameters received in StartL. StartL just stores a copy of the
    63         * make needed initializations.
    64         * parameter buffer, schedules a callback to call this method and returns
    64         * @param aBuffer A buffer containing received parameters
    65         * ASAP, so the actual work begins here, safely outside of the StartL
    65         * @param aReturnVal The return value to be passed back.
    66         * context so that waiting dialogs can be freely used if need be.
    66         * @param aMessage Should be completed when the notifier is deactivated.
    67         * @return None.
    67         * @return None.
    68         */
    68         */
    69         void ProcessStartParamsL();
    69         void GetParamsL(const TDesC8& aBuffer, TInt aReplySlot, const RMessagePtr2& aMessage);
    70 
    70 
    71 		/**
    71 		/**
    72         * From CBTNotifierBase Updates a currently active notifier.
    72         * From CBTNotifierBase Updates a currently active notifier.
    73         * @param aBuffer The updated data.
    73         * @param aBuffer The updated data.
    74         * @return A pointer to return value.
    74         * @return A pointer to return value.