javaextensions/bluetooth/bluetoothcommons/bluetoothplatformcontrol/src.s60/s60btdialog.h
branchRCL_3
changeset 83 26b2b12093af
parent 71 d5e927d5853b
--- a/javaextensions/bluetooth/bluetoothcommons/bluetoothplatformcontrol/src.s60/s60btdialog.h	Wed Sep 15 12:05:25 2010 +0300
+++ b/javaextensions/bluetooth/bluetoothcommons/bluetoothplatformcontrol/src.s60/s60btdialog.h	Wed Oct 13 14:23:59 2010 +0300
@@ -57,11 +57,6 @@
     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.
      *
@@ -77,9 +72,7 @@
 
 private: // data
     TRequestStatus mStatus;
-#ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS
     RNotifier mNotifier;
-#endif
     TBTGenericQueryNotiferParamsPckg mQueryParamsPckg;
     TPckgBuf<TBool> mQueryResult;
 };