replace vectors by array lin LinphoneCore.java

This commit is contained in:
Jehan Monnier 2012-05-02 10:10:20 +02:00
parent d0ced93c25
commit 504a67b0e7

View file

@ -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();