fix typo in LinphoneCore

This commit is contained in:
Jehan Monnier 2010-11-26 20:08:11 +01:00
parent f8db2b8f80
commit aae2584a17

View file

@ -303,7 +303,7 @@ public interface LinphoneCore {
*
* @return if false, there is no network connection.
*/
public boolean setNetworkStateReachable();
public boolean getNetworkStateReachable();
/**
* destroy linphone core and free all underlying resources
*/