diff -r 8930e1d1d530 -r 9c3798b88e30 bluetoothengine/btnotif/inc/btnotifier.h --- 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; + + };