From: Sylvain Berfini Date: Wed, 13 Jun 2012 12:11:14 +0000 (+0200) Subject: Added LinphoneCallLog interface previously exported JNI method X-Git-Url: http://sjero.net/git/?p=linphone;a=commitdiff_plain;h=f1f3c3c5e75931947fb4d8e265ef7f5e1fda6616 Added LinphoneCallLog interface previously exported JNI method --- diff --git a/java/common/org/linphone/core/LinphoneCallLog.java b/java/common/org/linphone/core/LinphoneCallLog.java index c56f324d..fa1bc2ae 100644 --- a/java/common/org/linphone/core/LinphoneCallLog.java +++ b/java/common/org/linphone/core/LinphoneCallLog.java @@ -96,4 +96,9 @@ public interface LinphoneCallLog { public CallStatus getStatus(); public long getNativePtr(); + + /** + * @return a human readble String with the start date/time of the call + */ + public String getStartDate(); }