Define getStatus(): throw not implemented exception
This commit is contained in:
parent
b23207e728
commit
935c98545f
1 changed files with 3 additions and 0 deletions
|
@ -42,5 +42,8 @@ class LinphoneCallLogImpl implements LinphoneCallLog {
|
||||||
public LinphoneAddress getTo() {
|
public LinphoneAddress getTo() {
|
||||||
return new LinphoneAddressImpl(getTo(nativePtr));
|
return new LinphoneAddressImpl(getTo(nativePtr));
|
||||||
}
|
}
|
||||||
|
public CallStatus getStatus() {
|
||||||
|
throw new RuntimeException("not implemented yet");
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue