renamed ServerInterface

This commit is contained in:
Erik Frojdh
2020-02-04 08:57:35 +01:00
parent e6340456f6
commit ec66079f65
8 changed files with 88 additions and 88 deletions

View File

@ -18,7 +18,7 @@
using sls::RuntimeError;
using sls::SocketError;
using Interface = sls::ServerInterface2;
using Interface = sls::ServerInterface;
ClientInterface::~ClientInterface() {
killTcpThread = true;