diff -r a42ed326b458 -r b6f55cd40afd bluetoothengine/btnotif/inc/btnotifier.h --- a/bluetoothengine/btnotif/inc/btnotifier.h Mon Mar 15 12:41:15 2010 +0200 +++ b/bluetoothengine/btnotif/inc/btnotifier.h Wed Mar 31 21:51: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; + + };