forked from mirrors/linphone-iphone
replace vectors by array lin LinphoneCore.java
This commit is contained in:
parent
d0ced93c25
commit
504a67b0e7
1 changed files with 2 additions and 2 deletions
|
|
@ -409,7 +409,7 @@ public interface LinphoneCore {
|
|||
/**
|
||||
* @return a list of LinphoneCallLog
|
||||
*/
|
||||
public Vector getCallLogs();
|
||||
public LinphoneCallLog[] getCallLogs();
|
||||
|
||||
/**
|
||||
* This method is called by the application to notify the Linphone core library when network is reachable.
|
||||
|
|
@ -690,7 +690,7 @@ public interface LinphoneCore {
|
|||
int getConferenceSize();
|
||||
|
||||
void terminateAllCalls();
|
||||
Vector getCalls();
|
||||
LinphoneCall[] getCalls();
|
||||
int getCallsNb();
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue