From 77096e2a61028b3045c437cb84ad6f3db81fe697 Mon Sep 17 00:00:00 2001 From: krivoshein Date: Tue, 13 May 2025 17:37:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B4=20=D0=B2=D0=BD?= =?UTF-8?q?=D0=B5=D0=B4=D1=80=D0=B5=D0=BD=D0=B8=D0=B5=D0=BC=20=D0=BC=D0=B5?= =?UTF-8?q?=D1=85=D0=B0=D0=BD=D0=B8=D0=B7=D0=BC=D0=B0=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=D0=BA=D0=B8=20FIM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ServerLMS/Systems/commonclienthandler.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ServerLMS/Systems/commonclienthandler.cpp b/ServerLMS/Systems/commonclienthandler.cpp index 966d9dd..707497c 100644 --- a/ServerLMS/Systems/commonclienthandler.cpp +++ b/ServerLMS/Systems/commonclienthandler.cpp @@ -70,11 +70,12 @@ void CommonClientHandler::slot_StatusTasksAMMofTraineeChanged(int trainee_id) } } + /* //Отправка списка задач AMM клиенту Юнити if(ClientHandler* clientUnity = processingSystem->getUnityClientById(trainee_id)) {//Есть такой //processingSystem->sendListTasksAMMofTraineetoClient(clientUnity, trainee_id); - } + }*/ } void CommonClientHandler::slot_StatusTasksFIMofTraineeChanged(int trainee_id) @@ -92,11 +93,12 @@ void CommonClientHandler::slot_StatusTasksFIMofTraineeChanged(int trainee_id) } } + /* //Отправка списка задач FIM клиенту Юнити if(ClientHandler* clientUnity = processingSystem->getUnityClientById(trainee_id)) {//Есть такой //processingSystem->sendListTasksFIMofTraineetoClient(clientUnity, trainee_id); - } + }*/ } void CommonClientHandler::slot_sendPacketToAllClients(PacketType packetType)