mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
refract Server 1
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
#include <Data/typesDataServerClient.h>
|
#include <Data/typesDataServerClient.h>
|
||||||
|
|
||||||
#include <clienthandler.h>
|
#include <clienthandler.h>
|
||||||
#include <serverlmswidget.h>
|
|
||||||
#include "multithreadserver.h"
|
#include "multithreadserver.h"
|
||||||
//#include "instructorsandtraineeswidget.h"
|
//#include "instructorsandtraineeswidget.h"
|
||||||
#include "chatsystem.h"
|
#include "chatsystem.h"
|
||||||
@@ -22,6 +21,7 @@ class ClientHandler;
|
|||||||
class CommonClientHandler;
|
class CommonClientHandler;
|
||||||
class MultiThreadServer;
|
class MultiThreadServer;
|
||||||
class CfiController;
|
class CfiController;
|
||||||
|
class ChatSystem;
|
||||||
|
|
||||||
class ProcessingSystem : public QObject
|
class ProcessingSystem : public QObject
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,10 +12,7 @@
|
|||||||
#include <Data/Client.h>
|
#include <Data/Client.h>
|
||||||
#include <Data/PacketType.h>
|
#include <Data/PacketType.h>
|
||||||
|
|
||||||
#include "serverlmswidget.h"
|
|
||||||
|
|
||||||
class UpdateController;
|
class UpdateController;
|
||||||
class ServerLMSWidget;
|
|
||||||
class ClientHandler;
|
class ClientHandler;
|
||||||
|
|
||||||
class RecognizeSystem : public QObject
|
class RecognizeSystem : public QObject
|
||||||
|
|||||||
@@ -2,9 +2,13 @@
|
|||||||
#define MULTITHREADSERVER_H
|
#define MULTITHREADSERVER_H
|
||||||
|
|
||||||
#include "Systems/processingsystem.h"
|
#include "Systems/processingsystem.h"
|
||||||
|
#include "clienthandler.h"
|
||||||
|
#include "Data/PacketType.h"
|
||||||
|
#include "updatecontroller.h"
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
class ProcessingSystem;
|
class ProcessingSystem;
|
||||||
|
class ClientHandler;
|
||||||
class DocsUpdater;
|
class DocsUpdater;
|
||||||
class MultiThreadServer : public QTcpServer
|
class MultiThreadServer : public QTcpServer
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user