@ -21,6 +21,7 @@
#include <string>
#include <vector>
#include <cstdint>
#include "Defs.h"
#include "RemoteUser.h"
@ -20,6 +20,7 @@
#pragma once
class CRemoteUser {
public:
@ -17,6 +17,8 @@
#include <sys/socket.h>
#include <time.h>
enum TRISTATE {
STATE_FALSE,
Powered by TurnKey Linux.