git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added support of Darwin platform.
[stg.git]
/
include
/
stg
/
user_conf.h
diff --git
a/include/stg/user_conf.h
b/include/stg/user_conf.h
index 70cb4fa7f5f2fd0d76e01f9abb02ef1b78dd0f55..599336583a4ebc159e400e76279b15e12292b9bb 100644
(file)
--- a/
include/stg/user_conf.h
+++ b/
include/stg/user_conf.h
@@
-37,7
+37,7
@@
struct USER_CONF
userdata(USERDATA_NUM),
creditExpire(0),
ips()
userdata(USERDATA_NUM),
creditExpire(0),
ips()
- {}
;
+ {}
std::string password;
int passive;
std::string password;
int passive;
@@
-81,7
+81,7
@@
struct USER_CONF_RES
creditExpire(),
ips()
{
creditExpire(),
ips()
{
- }
;
+ }
USER_CONF_RES & operator=(const USER_CONF & uc)
{
USER_CONF_RES & operator=(const USER_CONF & uc)
{
@@
-107,7
+107,7
@@
struct USER_CONF_RES
creditExpire = uc.creditExpire;
ips = uc.ips;
return *this;
creditExpire = uc.creditExpire;
ips = uc.ips;
return *this;
- }
;
+ }
operator USER_CONF() const
{
USER_CONF uc;
operator USER_CONF() const
{
USER_CONF uc;