mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
Перенес TypeQueryToDB в DataBaseLMS
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <QList>
|
||||
#include <QString>
|
||||
#include "typeQueryToDB.h"
|
||||
|
||||
#define NOTIFY_SERVER_END "END"
|
||||
#define NOTIFY_SERVER_BLOCKED "BLOCKED"
|
||||
@@ -60,7 +61,7 @@ class ClientDeAutorization
|
||||
public:
|
||||
QString Login;
|
||||
};
|
||||
|
||||
/*
|
||||
enum TypeQueryToDB{
|
||||
TYPE_QUERY_GET_ALL_LISTS,
|
||||
TYPE_QUERY_NEW_INSTRUCTOR,
|
||||
@@ -75,6 +76,7 @@ enum TypeQueryToDB{
|
||||
TYPE_QUERY_ASSIGN_TASK_AMM_TO_TRAINEE,
|
||||
TYPE_QUERY_ASSIGN_TASK_FIM_TO_TRAINEE
|
||||
};
|
||||
*/
|
||||
|
||||
class ClientQueryToDB{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user