bluetoothengine/btmac/inc/btmonocmdhandler/btmcvolume.h
branchRCL_3
changeset 10 0707dd69d236
parent 0 f63038272f30
--- 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;
     };