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