]> git.stg.codes - stg.git/blobdiff - projects/sgconf/request.h
Unused code.
[stg.git] / projects / sgconf / request.h
index c80986614fcea6a376a3586e480fb1a9d5a2912b..6122212732aa5206359a6eb8342c717de401c61a 100644 (file)
@@ -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;