mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 07:08:11 +00:00
Define getStatus(): throw not implemented exception
This commit is contained in:
parent
405d0b06ab
commit
c505024cc7
1 changed files with 3 additions and 0 deletions
|
|
@ -42,5 +42,8 @@ class LinphoneCallLogImpl implements LinphoneCallLog {
|
|||
public LinphoneAddress getTo() {
|
||||
return new LinphoneAddressImpl(getTo(nativePtr));
|
||||
}
|
||||
public CallStatus getStatus() {
|
||||
throw new RuntimeException("not implemented yet");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue