Add missing LinphoneCore function impl

This commit is contained in:
Pierre-Eric Pelloux-Prayer 2011-10-07 08:48:12 +02:00
parent efe00e9911
commit 772b04aea7

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;
}
}