From 698e7ac2b253083b6ed088e89e1df6d8f0fefd61 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Tue, 20 Sep 2011 21:33:05 +0200 Subject: [PATCH] update linphone submodule, fix compilation issue --- LinphoneCoreImpl.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/LinphoneCoreImpl.java b/LinphoneCoreImpl.java index 20d18e90e..01517762d 100644 --- a/LinphoneCoreImpl.java +++ b/LinphoneCoreImpl.java @@ -545,5 +545,14 @@ class LinphoneCoreImpl implements LinphoneCore { // TODO Auto-generated method stub } + public void transferCall(LinphoneCall call, String referTo) { + // TODO Auto-generated method stub + + } + public void transferCallToAnother(LinphoneCall callToTransfer, + LinphoneCall destination) { + // TODO Auto-generated method stub + + } }