]> sjero.net Git - linphone/commitdiff
deprecate method
authorSimon Morlat <simon.morlat@linphone.org>
Mon, 17 Sep 2012 13:59:36 +0000 (15:59 +0200)
committerSimon Morlat <simon.morlat@linphone.org>
Mon, 17 Sep 2012 13:59:47 +0000 (15:59 +0200)
java/common/org/linphone/core/LinphoneCore.java

index 9e2af91b72d896671cbb3e160fd613a375ae118a..ce476c738668dee41231a4097e086f1258e0873f 100644 (file)
@@ -677,6 +677,10 @@ public interface LinphoneCore {
        void startEchoCalibration(Object data) throws LinphoneCoreException;
 
        void enableIpv6(boolean enable);
+       /**
+        * @deprecated
+        * @param i
+        */
        void adjustSoftwareVolume(int i);
        
        boolean pauseCall(LinphoneCall call);