diff -r e0d6e9bd3ca7 -r bf7ee68962da javaextensions/bluetooth/bluetoothcommons/bluetoothplatformcontrol/src.s60/s60btdialog.h --- a/javaextensions/bluetooth/bluetoothcommons/bluetoothplatformcontrol/src.s60/s60btdialog.h Tue Jul 06 14:10:26 2010 +0300 +++ b/javaextensions/bluetooth/bluetoothcommons/bluetoothplatformcontrol/src.s60/s60btdialog.h Wed Aug 18 09:43:15 2010 +0300 @@ -57,6 +57,11 @@ TBool ShowBTQueryDialog(const TDesC& aAppName, const TBool aInstalling, TBTGenericQueryNoteType aQueryType); +#ifdef RD_JAVA_S60_RELEASE_10_1_ONWARDS + TBool ShowBTQueryHbDialogL(const TDesC& aBufData); +#endif + + /** * Cancels the asynchronous request to the query list dialog. * @@ -72,7 +77,9 @@ private: // data TRequestStatus mStatus; +#ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS RNotifier mNotifier; +#endif TBTGenericQueryNotiferParamsPckg mQueryParamsPckg; TPckgBuf mQueryResult; };