X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/f61f588783b68ff542e6735a90a8dcbe9ad8308e..e3703f791ff52f6d7a9d6f9e8dca37a506967c2b:/projects/sgconf/request.h?ds=inline

diff --git a/projects/sgconf/request.h b/projects/sgconf/request.h
index c8098661..61222127 100644
--- a/projects/sgconf/request.h
+++ b/projects/sgconf/request.h
@@ -34,7 +34,7 @@
 #include <string>
 
 #include "stg/resetable.h"
-#include "stg/stg_const.h"
+#include "stg/const.h"
 #include "stg/os_int.h"
 
 #define TARIFF_NOW  (0)
@@ -49,7 +49,8 @@ struct REQUEST
 REQUEST()
     : chgTariff(false),
       createUser(false),
-      deleteUser(false)
+      deleteUser(false),
+      authBy(false)
 {
     for (int i = 0; i < DIR_NUM; i++)
         {
@@ -75,6 +76,7 @@ RESETABLE<double>   setCash;
 string              message;
 bool                createUser;
 bool                deleteUser;
+bool                authBy;
 
 RESETABLE<string>   usrMsg;
 RESETABLE<double>   credit;