git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed rsconf.cpp.
[stg.git]
/
projects
/
sgconf
/
request.h
diff --git
a/projects/sgconf/request.h
b/projects/sgconf/request.h
index c80986614fcea6a376a3586e480fb1a9d5a2912b..6122212732aa5206359a6eb8342c717de401c61a 100644
(file)
--- a/
projects/sgconf/request.h
+++ b/
projects/sgconf/request.h
@@
-34,7
+34,7
@@
#include <string>
#include "stg/resetable.h"
#include <string>
#include "stg/resetable.h"
-#include "stg/
stg_
const.h"
+#include "stg/const.h"
#include "stg/os_int.h"
#define TARIFF_NOW (0)
#include "stg/os_int.h"
#define TARIFF_NOW (0)
@@
-49,7
+49,8
@@
struct REQUEST
REQUEST()
: chgTariff(false),
createUser(false),
REQUEST()
: chgTariff(false),
createUser(false),
- deleteUser(false)
+ deleteUser(false),
+ authBy(false)
{
for (int i = 0; i < DIR_NUM; i++)
{
{
for (int i = 0; i < DIR_NUM; i++)
{
@@
-75,6
+76,7
@@
RESETABLE<double> setCash;
string message;
bool createUser;
bool deleteUser;
string message;
bool createUser;
bool deleteUser;
+bool authBy;
RESETABLE<string> usrMsg;
RESETABLE<double> credit;
RESETABLE<string> usrMsg;
RESETABLE<double> credit;