diff -r 19bd632b5100 -r b72428996822 bluetoothengine/bteng/inc/btengsrvsettingsmgr.h --- a/bluetoothengine/bteng/inc/btengsrvsettingsmgr.h Fri May 28 17:03:06 2010 +0300 +++ b/bluetoothengine/bteng/inc/btengsrvsettingsmgr.h Mon Jul 12 18:51:05 2010 +0300 @@ -29,6 +29,7 @@ #include "btengactive.h" class CBTEngServer; +class CHbIndicatorSymbian; /** @@ -130,12 +131,11 @@ /** * ?description - * - * @since S60 v3.2 - * @param ?arg1 ?description + * + * @param aState Current State of the Bluetooth */ - void SetIndicatorStateL( const TInt aIndicator, const TInt aState ); - + void SetIndicatorStateL( const TInt aState ); + /** * Update the Bluetooth visibility mode. * @@ -305,6 +305,15 @@ */ RMessage2 iMessage; + /** + * Orbit Indicator to display Bluetooth Status + */ + CHbIndicatorSymbian* iBTIndicator; + + /* + * Indicator State + */ + TInt iIndicatorState; };