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