Add missing LinphoneCore function impl

This commit is contained in:
Pierre-Eric Pelloux-Prayer 2011-10-07 08:48:12 +02:00
parent dfdd63a2ed
commit 17df23f74a

View file

@ -541,4 +541,8 @@ class LinphoneCoreImpl implements LinphoneCore {
// TODO Auto-generated method stub
}
public LinphoneCall findCallFromUri(String uri) {
// TODO Auto-generated method stub
return null;
}
}