mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Перед внедрением механизма проверки FIM
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user