#include <string>
#include <vector>
-#include "stg_const.h"
+#include "const.h"
#include "user_ips.h"
#include "resetable.h"
#include "os_int.h"
userdata(USERDATA_NUM),
creditExpire(0),
ips()
- {};
+ {}
std::string password;
int passive;
creditExpire(),
ips()
{
- };
+ }
USER_CONF_RES & operator=(const USER_CONF & uc)
{
creditExpire = uc.creditExpire;
ips = uc.ips;
return *this;
- };
+ }
operator USER_CONF() const
{
USER_CONF uc;