bluetoothengine/btsac/btrcc/src/btrccLegacyVolumeLevelController.cpp
branchRCL_3
changeset 54 0ba996a9b75d
parent 21 53b7818cd282
--- a/bluetoothengine/btsac/btrcc/src/btrccLegacyVolumeLevelController.cpp	Thu Jul 15 18:50:18 2010 +0300
+++ b/bluetoothengine/btsac/btrcc/src/btrccLegacyVolumeLevelController.cpp	Thu Aug 19 10:05:41 2010 +0300
@@ -80,7 +80,7 @@
     TRACE_INFO((_L("CBTRCCActive created")))
     iCtrlRTimer.CreateLocal();    
     TRACE_INFO((_L("RTimer created")))
-    iLocalMaxVolume = GetLocalMaxVolume();
+    iLocalMaxVolume = GetLocalMaxVolumeL();
 	}
 
 // -----------------------------------------------------------------------------