diff -r 0b192a3a05a4 -r 4255033c5d30 bluetoothengine/btmac/inc/btmonocmdhandler/btmcvolume.h --- a/bluetoothengine/btmac/inc/btmonocmdhandler/btmcvolume.h Tue Feb 02 00:20:42 2010 +0200 +++ b/bluetoothengine/btmac/inc/btmonocmdhandler/btmcvolume.h Fri Apr 23 23:23:50 2010 +0300 @@ -88,6 +88,8 @@ TInt GetNewPhoneVol(); + TBool IsActiveRemoteVolumeControl(); + private: enum TVolSyncAction { @@ -109,8 +111,6 @@ TInt iMaxSpkrVol; // Maximum volume level of the phone TInt iStep; TVolSyncAction iAction; - - TBool iVolCtrlActivated; };