diff -r 613943a21004 -r 9386f31cc85b bluetoothengine/bteng/btbearer/inc/btpluginnotifier.h --- a/bluetoothengine/bteng/btbearer/inc/btpluginnotifier.h Tue Aug 31 15:25:10 2010 +0300 +++ b/bluetoothengine/bteng/btbearer/inc/btpluginnotifier.h Wed Sep 01 12:20:04 2010 +0100 @@ -25,7 +25,6 @@ #include #include #include -#include /** @@ -90,11 +89,6 @@ * @since S60 v3.2 */ void SubscribeL(); - - /** - * Handles service load/unload when BT power changes. - */ - void HandleBtPowerChanged( TBTPowerStateValue aPower ); // from base class CActive @@ -150,8 +144,6 @@ * Own. */ CRepository* iSession; - - CHbIndicatorSymbian* iBTIndicator; };