Propagate resolved ip address to the UI layer (both upload dialog and notification)

This commit is contained in:
David Kocik 2022-05-09 12:56:24 +02:00
parent bc167ce90b
commit 89e288dcf8
18 changed files with 84 additions and 28 deletions

View file

@ -92,7 +92,7 @@ wxString AstroBox::get_test_failed_msg (wxString &msg) const
% _utf8(L("Note: AstroBox version at least 1.1.0 is required."))).str());
}
bool AstroBox::upload(PrintHostUpload upload_data, ProgressFn prorgess_fn, ErrorFn error_fn) const
bool AstroBox::upload(PrintHostUpload upload_data, ProgressFn prorgess_fn, ErrorFn error_fn, ResolveFn resolve_fn) const
{
const char *name = get_name();