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
|
||||
|
||||
}
|
||||
|
||||
@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…
Reference in a new issue