git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Replace postfix decrement operator with prefix
[stg.git]
/
stglibs
/
srvconf.lib
/
servconf.h
diff --git
a/stglibs/srvconf.lib/servconf.h
b/stglibs/srvconf.lib/servconf.h
index 29151d62b4b59ad2912cf319e9f867b72b99806d..a58d2952a6fdeb6ea811bd9eacd3b4d65cd09154 100644
(file)
--- a/
stglibs/srvconf.lib/servconf.h
+++ b/
stglibs/srvconf.lib/servconf.h
@@
-204,7
+204,6
@@
private:
RecvServerInfoDataCb_t RecvServerInfoDataCb;
void * serverInfoDataCb;
- USERDATA user;
int depth;
bool error;
SERVERINFO serverInfo;
@@
-268,7
+267,6
@@
private:
NETTRANSACT nt;
int parseDepth;
- USERDATA ud;
std::string errorMsg;
int error;