Added missing callbacks in LinphoneTestManager

This commit is contained in:
Sylvain Berfini 2016-03-09 09:24:07 +01:00
parent 5e7f471b94
commit 74c5ae6f45

View file

@ -478,4 +478,14 @@ public class LinphoneTestManager implements LinphoneCoreListener{
// TODO Auto-generated method stub
}
@Override
public void friendListCreated(LinphoneCore lc, LinphoneFriendList list) {
// TODO Auto-generated method stub
}
@Override
public void friendListRemoved(LinphoneCore lc, LinphoneFriendList list) {
// TODO Auto-generated method stub
}
}