bluetoothengine/btnotif/inc/btnotifier.h
changeset 25 9c3798b88e30
parent 22 4255033c5d30
child 20 2f88a7d66f50
--- a/bluetoothengine/btnotif/inc/btnotifier.h	Fri Apr 23 23:54:40 2010 +0300
+++ b/bluetoothengine/btnotif/inc/btnotifier.h	Sat Apr 24 00:12:05 2010 +0300
@@ -293,9 +293,12 @@
         TBTDevAddr                  iBTAddr; // Gotten from PckBuffer, constant no matter how iDevice changes.
         CBTNotifUIUtil*             iNotifUiUtil;           // Utility to show UI notes & queries
         CBTEngSettings*             iBTEngSettings;
+        TBool                       iIsCoverUI;
+
     private:
         CBTEngDevMan*               iDevMan;  // for BT registry manipulation
-        TBool                       iIsCoverUI;
+
+
         
     };