--- 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 <locodbearerpluginparams.h>
#include <centralrepository.h>
#include <locodbearer.h>
+#include <hbindicatorsymbian.h>
/**
@@ -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;
};