]> sjero.net Git - linphone/blobdiff - java/common/org/linphone/core/LinphoneCore.java
Merge branch 'master' of git.linphone.org:linphone-private
[linphone] / java / common / org / linphone / core / LinphoneCore.java
index 723d9e86a31c95ed46ac76b116d434a90da624ae..a11c84f27b9ffe44fa3330724766c3455a8dc183 100644 (file)
@@ -299,6 +299,11 @@ public interface LinphoneCore {
         *
         */
        public void setNetworkStateReachable(boolean isReachable);
+       /**
+        * 
+        * @return if false, there is no network connection.
+        */
+       public boolean setNetworkStateReachable();
        /**
         * destroy linphone core and free all underlying resources
         */