mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 03:25:13 +01:00
renamed ServerInterface
This commit is contained in:
@@ -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 &);
|
||||
|
||||
/********************************************
|
||||
|
||||
Reference in New Issue
Block a user