mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
feat:change cifResponse name
This commit is contained in:
@@ -82,9 +82,9 @@ void ProcessParser::slot_read(ClientHandler *client, QByteArray array)
|
|||||||
|
|
||||||
clientBlockAuth(xmlReader,client);
|
clientBlockAuth(xmlReader,client);
|
||||||
}
|
}
|
||||||
else if(xmlReader.name() == "CFIObjects")
|
else if(xmlReader.name() == "CFIObject")
|
||||||
{
|
{
|
||||||
compareCFIObjects(array,client);
|
updateCFIList(array,client);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@@ -601,7 +601,7 @@ void ProcessParser::clientNotify(QXmlStreamReader &xmlReader,ClientHandler *clie
|
|||||||
processingSystem->processingClientNotify(client, clientNotify);
|
processingSystem->processingClientNotify(client, clientNotify);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ProcessParser::compareCFIObjects(QByteArray array,ClientHandler *clientHandler)
|
void ProcessParser::updateCFIList(QByteArray array,ClientHandler *clientHandler)
|
||||||
{
|
{
|
||||||
processingSystem->processingCFIUpdate(array);
|
processingSystem->processingCFIUpdate(array);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ public:
|
|||||||
explicit ProcessParser(QObject *parent = nullptr);
|
explicit ProcessParser(QObject *parent = nullptr);
|
||||||
void initialize(ProcessingSystem *processingSystem);
|
void initialize(ProcessingSystem *processingSystem);
|
||||||
|
|
||||||
void compareCFIObjects(QByteArray array,ClientHandler *clientHandler);
|
void updateCFIList(QByteArray array,ClientHandler *clientHandler);
|
||||||
public slots:
|
public slots:
|
||||||
void slot_read(ClientHandler *client, QByteArray array);
|
void slot_read(ClientHandler *client, QByteArray array);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user