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