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)