git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
В утилите экранирования строки модуля store_postgresql исправлено
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
sgconfig
/
parser.h
diff --git
a/projects/stargazer/plugins/configuration/sgconfig/parser.h
b/projects/stargazer/plugins/configuration/sgconfig/parser.h
index 9fe839f7e2826f3f5ae50ee4d1f69840fbeb8026..9a50bcc907d54c569085544256669b39c7da126c 100644
(file)
--- a/
projects/stargazer/plugins/configuration/sgconfig/parser.h
+++ b/
projects/stargazer/plugins/configuration/sgconfig/parser.h
@@
-207,6
+207,8
@@
public:
void Reset();
private:
string EncChar2String(const char *);
void Reset();
private:
string EncChar2String(const char *);
+ int CheckUserData();
+ int AplayChanges();
USER_STAT_RES * usr;
USER_CONF_RES * ucr;
USER_STAT_RES * usr;
USER_CONF_RES * ucr;
@@
-214,9
+216,6
@@
private:
RESETABLE<uint64_t> * downr;
string cashMsg;
string login;
RESETABLE<uint64_t> * downr;
string cashMsg;
string login;
-
- int CheckUserData();
- int AplayChanges();
bool cashMustBeAdded;
int res;
};
bool cashMustBeAdded;
int res;
};