mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
feat: add CFI Update
This commit is contained in:
@@ -226,6 +226,11 @@ void ProcessingSystem::processingClientDeAutorization(QString login)
|
||||
}
|
||||
}
|
||||
|
||||
void ProcessingSystem::processingCFIUpdate(QByteArray array, ClientHandler *handler)
|
||||
{
|
||||
handler->sendXmlAnswer(array);
|
||||
}
|
||||
|
||||
void ProcessingSystem::processingEntryUnityClient(ClientHandler *client)
|
||||
{
|
||||
QString login = client->getClient()->getLogin();
|
||||
|
||||
Reference in New Issue
Block a user