bluetoothengine/btnotif/inc/btuserconfnotifier.h
branchRCL_3
changeset 61 269724087bed
parent 11 a42ed326b458
child 72 4b59561a31c0
equal deleted inserted replaced
56:9386f31cc85b 61:269724087bed
    88         */
    88         */
    89         TNotifierInfo RegisterL();
    89         TNotifierInfo RegisterL();
    90 
    90 
    91         
    91         
    92         /**
    92         /**
    93         * From CBTNotifierBase Used in asynchronous notifier launch to 
    93         * From CBTNotifierBase
    94         * store received parameters into members variables and 
    94         * Used in asynchronous notifier launch to start the actual processing
    95         * make needed initializations.
    95         * of parameters received in StartL. StartL just stores a copy of the
    96         * @param aBuffer A buffer containing received parameters
    96         * parameter buffer, schedules a callback to call this method and returns
    97         * @param aReturnVal The return value to be passed back.
    97         * ASAP, so the actual work begins here, safely outside of the StartL
    98         * @param aMessage Should be completed when the notifier is deactivated.
    98         * context so that waiting dialogs can be freely used if need be.
    99         * @return None.
    99         * @return None.
   100         */
   100         */
   101         void GetParamsL(const TDesC8& aBuffer, TInt aReplySlot, const RMessagePtr2& aMessage); // Get input parameters
   101         void ProcessStartParamsL();
   102                                          
   102                                          
   103         /**
   103         /**
   104         * From CBTNotifierBase
   104         * From CBTNotifierBase
   105         * Show notes to ask user response and return to Notifier caller by completing message.
   105         * Show notes to ask user response and return to Notifier caller by completing message.
   106         */      
   106         */