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