const std::string & GetMapFileName() const { return subnetFile; }
private:
- int ParseIntInRange(const std::string & str, int min, int max, int * val);
int sendPeriod;
uint16_t port;
string errorStr;
virtual ~REMOTE_SCRIPT();
void SetUsers(USERS * u) { users = u; }
- void SetTariffs(TARIFFS *) {}
- void SetAdmins(ADMINS *) {}
- void SetTraffcounter(TRAFFCOUNTER *) {}
- void SetStore(STORE *) {}
- void SetStgSettings(const SETTINGS *) {}
void SetSettings(const MODULE_SETTINGS & s) { settings = s; }
int ParseSettings();