add missing methods.

This commit is contained in:
Simon Morlat 2010-04-15 10:59:25 +02:00
parent 17796cf9d9
commit 6666f049b6

View file

@ -68,4 +68,8 @@ public interface LinphoneProxyConfig {
* @return may be null
*/
public String getDomain();
public String getIdentity();
public String getProxy();
public boolean registerEnabled();
public boolean isRegistered();
}