Fix linphone tester

This commit is contained in:
Gautier Pelloux-Prayer 2015-01-06 14:58:44 +01:00
parent cbf41122b3
commit 47e6e1456c

View file

@ -461,4 +461,18 @@ public class LinphoneTestManager implements LinphoneListener {
// TODO Auto-generated method stub
return 0;
}
@Override
public void uploadProgressIndication(LinphoneCore lc, int offset, int total) {
// TODO Auto-generated method stub
}
@Override
public void uploadStateChanged(LinphoneCore lc, LinphoneCore.LogCollectionUploadState state,
String info) {
// TODO Auto-generated method stub
}
}