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