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