diff -r 6a29d5ad0713 -r 0707dd69d236 bluetoothengine/btmac/inc/btmonocmdhandler/btmcvolume.h --- a/bluetoothengine/btmac/inc/btmonocmdhandler/btmcvolume.h Fri Feb 19 22:59:18 2010 +0200 +++ b/bluetoothengine/btmac/inc/btmonocmdhandler/btmcvolume.h Fri Mar 12 15:43:23 2010 +0200 @@ -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; };