git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mod_smux config samples added
[stg.git]
/
projects
/
stargazer
/
plugins
/
authorization
/
stress
/
stress.h
diff --git
a/projects/stargazer/plugins/authorization/stress/stress.h
b/projects/stargazer/plugins/authorization/stress/stress.h
index 85eb75be83094e5a22fd2722a7b9fe5ca8747712..fe9ccd9d090ddf69ac28f46578eb181543ea66d1 100644
(file)
--- a/
projects/stargazer/plugins/authorization/stress/stress.h
+++ b/
projects/stargazer/plugins/authorization/stress/stress.h
@@
-76,7
+76,6
@@
public:
int ParseSettings(const MODULE_SETTINGS & s);
int GetAverageOnlineTime() const;
private:
int ParseSettings(const MODULE_SETTINGS & s);
int GetAverageOnlineTime() const;
private:
- int ParseIntInRange(const std::string & str, int min, int max, int * val);
int averageOnlineTime;
std::string errorStr;
};
int averageOnlineTime;
std::string errorStr;
};
@@
-89,11
+88,6
@@
public:
virtual ~AUTH_STRESS() {}
void SetUsers(USERS * u);
virtual ~AUTH_STRESS() {}
void SetUsers(USERS * u);
- void SetTariffs(TARIFFS *) {}
- void SetAdmins(ADMINS *) {}
- void SetTraffcounter(TRAFFCOUNTER *) {}
- void SetStore(STORE *) {}
- void SetStgSettings(const SETTINGS *) {}
int Start();
int Stop();
int Start();
int Stop();