#include <string>
#include "stg/resetable.h"
-#include "stg/stg_const.h"
+#include "stg/const.h"
#include "stg/os_int.h"
#define TARIFF_NOW (0)
REQUEST()
: chgTariff(false),
createUser(false),
- deleteUser(false)
+ deleteUser(false),
+ authBy(false)
{
for (int i = 0; i < DIR_NUM; i++)
{
string message;
bool createUser;
bool deleteUser;
+bool authBy;
RESETABLE<string> usrMsg;
RESETABLE<double> credit;