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