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

@ -3,7 +3,7 @@
#include "tests/testenum.h"
#include "ServerInterface2.h"
#include "ServerInterface.h"
#include "container_utils.h"
#include <iostream>
#include <unordered_map>
@ -15,7 +15,7 @@ struct EnumClassHash {
}
};
using Interface = sls::ServerInterface2;
using Interface = sls::ServerInterface;
using func_ptr = void (*)(Interface &);
/********************************************