mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
feat: update cifList for unity
This commit is contained in:
@@ -228,9 +228,16 @@ void ProcessingSystem::processingClientDeAutorization(QString login)
|
||||
}
|
||||
}
|
||||
|
||||
void ProcessingSystem::processingCFIUpdate(QByteArray array, ClientHandler *handler)
|
||||
void ProcessingSystem::processingCFIUpdate(QByteArray array)
|
||||
{
|
||||
handler->sendXmlAnswer(array);
|
||||
cfiController->updateCfiXML(array);
|
||||
cfiController->lockAccessToCfiXML();
|
||||
cfiController->unLockAccessToCfiXML();
|
||||
|
||||
QByteArray result;
|
||||
QString path = updateController->getPathAdditionalFile(cfiListFileName);
|
||||
Tools::loadFileXMLtoByteArray(path,result);
|
||||
commonClientServer->sendXmlAnswer(result);
|
||||
}
|
||||
|
||||
void ProcessingSystem::processingEntryUnityClient(ClientHandler *client)
|
||||
|
||||
Reference in New Issue
Block a user