2019-07-17 19:37:18 +02:00
|
|
|
#include <algorithm>
|
|
|
|
#include <utility>
|
|
|
|
#include <log/LogUtils.h>
|
|
|
|
#include <misc/memtracker.h>
|
|
|
|
#include "Group.h"
|
2020-01-26 18:04:38 +01:00
|
|
|
#include "VirtualServer.h"
|
2019-07-17 19:37:18 +02:00
|
|
|
#include "src/client/ConnectedClient.h"
|
|
|
|
#include "InstanceHandler.h"
|
|
|
|
|
|
|
|
using namespace std;
|
|
|
|
using namespace std::chrono;
|
|
|
|
using namespace ts;
|
|
|
|
using namespace ts::server;
|
|
|
|
using namespace ts::permission;
|