]> sjero.net Git - linphone/commitdiff
rename bad named methods
authorSimon Morlat <simon.morlat@linphone.org>
Mon, 29 Nov 2010 09:52:44 +0000 (10:52 +0100)
committerSimon Morlat <simon.morlat@linphone.org>
Mon, 29 Nov 2010 09:52:44 +0000 (10:52 +0100)
java/common/org/linphone/core/LinphoneCore.java

index 1e84167563963f3cc262c8394ce3fefb69b1491e..cbf3bdd34f4f7cd79164d2a62b9327d1e8e7c35d 100644 (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
         */