bluetoothengine/btnotif/inc/btnpinnotifier.h
branchRCL_3
changeset 61 269724087bed
parent 56 9386f31cc85b
child 72 4b59561a31c0
equal deleted inserted replaced
56:9386f31cc85b 61:269724087bed
    51         * @return A structure containing priority and channel info.
    51         * @return A structure containing priority and channel info.
    52         */
    52         */
    53         TNotifierInfo RegisterL();
    53         TNotifierInfo RegisterL();
    54         
    54         
    55         /**
    55         /**
    56         * From CBTNotifierBase Used in asynchronous notifier launch to 
    56         * From CBTNotifierBase
    57         * store received parameters into members variables and 
    57         * Used in asynchronous notifier launch to start the actual processing
    58         * make needed initializations.
    58         * of parameters received in StartL. StartL just stores a copy of the
    59         * @param aBuffer A buffer containing received parameters
    59         * parameter buffer, schedules a callback to call this method and returns
    60         * @param aReturnVal The return value to be passed back.
    60         * ASAP, so the actual work begins here, safely outside of the StartL
    61         * @param aMessage Should be completed when the notifier is deactivated.
    61         * context so that waiting dialogs can be freely used if need be.
    62         * @return None.
    62         * @return None.
    63         */
    63         */
    64         void GetParamsL(const TDesC8& aBuffer, TInt aReplySlot, const RMessagePtr2& aMessage); // Get input parameters
    64         void ProcessStartParamsL();
    65 
    65 
    66         /**
    66         /**
    67         * From CBTNotifierBase
    67         * From CBTNotifierBase
    68         * Show queries to ask user response and return it to caller by completing message.
    68         * Show queries to ask user response and return it to caller by completing message.
    69         */      
    69         */