update linphone submodule, fix compilation issue

This commit is contained in:
Simon Morlat 2011-09-20 21:33:05 +02:00
parent f6ea7f9b99
commit c3b0980493
2 changed files with 10 additions and 1 deletions

View file

@ -545,5 +545,14 @@ class LinphoneCoreImpl implements LinphoneCore {
// TODO Auto-generated method stub // 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
}
} }

@ -1 +1 @@
Subproject commit ce9780dcb8114a3d4def3ed14fbb129ff786fba2 Subproject commit 51ee80ec2b0ce934e44c73ad4931ca98a6798fa8