]> sjero.net Git - linphone/blobdiff - java/common/org/linphone/core/LinphoneCallLog.java
Added LinphoneCallLog interface previously exported JNI method
[linphone] / java / common / org / linphone / core / LinphoneCallLog.java
index c56f324d131e47423c49f0a6bd15794a709c8180..fa1bc2ae57638a1dc1ad4348eebeb639fc792db3 100644 (file)
@@ -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();
 }