Added missing callback in test manager
This commit is contained in:
parent
c1b4b5678e
commit
82a7d90ae2
1 changed files with 7 additions and 0 deletions
|
@ -445,4 +445,11 @@ public class LinphoneTestManager implements LinphoneCoreListener {
|
|||
RemoteProvisioningState state, String message) {
|
||||
// TODO Auto-generated method stub
|
||||
}
|
||||
|
||||
@Override
|
||||
public void authInfoRequested(LinphoneCore lc, String realm,
|
||||
String username, String Domain) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue