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:
@@ -82,6 +82,10 @@ void ProcessParser::slot_read(ClientHandler *client, QByteArray array)
|
||||
|
||||
clientBlockAuth(xmlReader,client);
|
||||
}
|
||||
else if(xmlReader.name() == "CFIObjects")
|
||||
{
|
||||
compareCFIObjects(array,client);
|
||||
}
|
||||
else
|
||||
{
|
||||
emit sigLogMessage("XmlParser: unrecognized tag");
|
||||
@@ -597,4 +601,10 @@ void ProcessParser::clientNotify(QXmlStreamReader &xmlReader,ClientHandler *clie
|
||||
processingSystem->processingClientNotify(client, clientNotify);
|
||||
}
|
||||
|
||||
void ProcessParser::compareCFIObjects(QByteArray array,ClientHandler *clientHandler)
|
||||
{
|
||||
QByteArray temp = array;
|
||||
processingSystem->processingCFIUpdate(temp,clientHandler);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user