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