mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-05-07 05:53:07 +00:00
Added missing callbacks in LinphoneTestManager
This commit is contained in:
parent
2bc9a1a973
commit
bb531cd38f
1 changed files with 10 additions and 0 deletions
|
|
@ -478,4 +478,14 @@ public class LinphoneTestManager implements LinphoneCoreListener{
|
||||||
// TODO Auto-generated method stub
|
// 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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue