#ifndef ADMIN_CONF_H
#define ADMIN_CONF_H
-#include "os_int.h"
-#include "resetable.h"
+#include "stg/resetable.h"
#include <string>
+#include "os_int.h"
+
#define ADM_LOGIN_LEN (32)
#define ADM_PASSWD_LEN (32)
//-----------------------------------------------------------------------------
priv = rhs.priv;
login = rhs.login;
password = rhs.password;
+ return *this;
}
RESETABLE<PRIV> priv;
RESETABLE<std::string> login;