also added ping() to GUI-class; refs #5

master
Marc Wäckerlin 14 years ago
parent 69eea6417a
commit a6ed9d1159
  1. 4
      proxyface/proxy.hxx

@ -50,6 +50,10 @@ namespace gui {
acceptValues();
}
void ping() {
_auto.ping(_testUrl);
}
void retry() {
acceptValues(true);
}

Loading…
Cancel
Save