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