Zigonnage dans le srv.
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
#ifndef _SRV_DEFINE_H__
|
||||
#define _SRV_DEFINE_H__
|
||||
#ifndef SRV_DEFINE_H__
|
||||
#define SRV_DEFINE_H__
|
||||
|
||||
#include "../SQCSim-common/define.h"
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <cctype>
|
||||
#include <string>
|
||||
#include <chrono>
|
||||
|
||||
#define MAX_CONNECTIONS 16
|
||||
typedef unsigned char LogDest;
|
||||
enum LOG_DEST { CONSOLE, LOGFILE, LOG_LAST };
|
||||
typedef std::chrono::system_clock::time_point Timestamp;
|
||||
|
||||
enum LogDest { CONSOLE, LOGFILE, LOG_LAST };
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
|
Reference in New Issue
Block a user