Перед внедрением механизма проверки FIM

This commit is contained in:
2025-05-13 17:37:30 +03:00
parent c34317cbc8
commit 77096e2a61

View File

@@ -70,11 +70,12 @@ void CommonClientHandler::slot_StatusTasksAMMofTraineeChanged(int trainee_id)
} }
} }
/*
//Отправка списка задач AMM клиенту Юнити //Отправка списка задач AMM клиенту Юнити
if(ClientHandler* clientUnity = processingSystem->getUnityClientById(trainee_id)) if(ClientHandler* clientUnity = processingSystem->getUnityClientById(trainee_id))
{//Есть такой {//Есть такой
//processingSystem->sendListTasksAMMofTraineetoClient(clientUnity, trainee_id); //processingSystem->sendListTasksAMMofTraineetoClient(clientUnity, trainee_id);
} }*/
} }
void CommonClientHandler::slot_StatusTasksFIMofTraineeChanged(int trainee_id) void CommonClientHandler::slot_StatusTasksFIMofTraineeChanged(int trainee_id)
@@ -92,11 +93,12 @@ void CommonClientHandler::slot_StatusTasksFIMofTraineeChanged(int trainee_id)
} }
} }
/*
//Отправка списка задач FIM клиенту Юнити //Отправка списка задач FIM клиенту Юнити
if(ClientHandler* clientUnity = processingSystem->getUnityClientById(trainee_id)) if(ClientHandler* clientUnity = processingSystem->getUnityClientById(trainee_id))
{//Есть такой {//Есть такой
//processingSystem->sendListTasksFIMofTraineetoClient(clientUnity, trainee_id); //processingSystem->sendListTasksFIMofTraineetoClient(clientUnity, trainee_id);
} }*/
} }
void CommonClientHandler::slot_sendPacketToAllClients(PacketType packetType) void CommonClientHandler::slot_sendPacketToAllClients(PacketType packetType)