mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 23:28:09 +00:00
rename bad named methods
This commit is contained in:
parent
aae2584a17
commit
a5d821c32e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue