deprecate method

This commit is contained in:
Simon Morlat 2012-09-17 15:59:36 +02:00
parent dabbcea87b
commit f278975609

View 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);