bluetoothengine/btnotif/inc/btuserconfnotifier.h
branchRCL_3
changeset 72 4b59561a31c0
parent 61 269724087bed
equal deleted inserted replaced
64:1934667b0e2b 72:4b59561a31c0
    88         */
    88         */
    89         TNotifierInfo RegisterL();
    89         TNotifierInfo RegisterL();
    90 
    90 
    91         
    91         
    92         /**
    92         /**
    93         * From CBTNotifierBase
    93         * From CBTNotifierBase Used in asynchronous notifier launch to 
    94         * Used in asynchronous notifier launch to start the actual processing
    94         * store received parameters into members variables and 
    95         * of parameters received in StartL. StartL just stores a copy of the
    95         * make needed initializations.
    96         * parameter buffer, schedules a callback to call this method and returns
    96         * @param aBuffer A buffer containing received parameters
    97         * ASAP, so the actual work begins here, safely outside of the StartL
    97         * @param aReturnVal The return value to be passed back.
    98         * context so that waiting dialogs can be freely used if need be.
    98         * @param aMessage Should be completed when the notifier is deactivated.
    99         * @return None.
    99         * @return None.
   100         */
   100         */
   101         void ProcessStartParamsL();
   101         void GetParamsL(const TDesC8& aBuffer, TInt aReplySlot, const RMessagePtr2& aMessage); // Get input parameters
   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         */