rename bad named methods

This commit is contained in:
Simon Morlat 2010-11-29 10:52:44 +01:00
parent aae2584a17
commit a5d821c32e

View file

@ -298,12 +298,12 @@ public interface LinphoneCore {
* @param network state
*
*/
public void setNetworkStateReachable(boolean isReachable);
public void setNetworkReachable(boolean isReachable);
/**
*
* @return if false, there is no network connection.
*/
public boolean getNetworkStateReachable();
public boolean isNetworkReachable();
/**
* destroy linphone core and free all underlying resources
*/