From: Elena Mamontova Date: Wed, 9 Mar 2016 08:52:55 +0000 (+0200) Subject: Ticket 26. The const MODULE_SETTINGS & ms parameter added to the X-Git-Tag: 2.409~174^2~1^2~26 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/a1314235b1ff73d6d396764fdc704b4f0b0420bf Ticket 26. The const MODULE_SETTINGS & ms parameter added to the Reload() method of the class AUTH_STRESS in the stress.h plugin. --- diff --git a/projects/stargazer/plugins/authorization/stress/stress.h b/projects/stargazer/plugins/authorization/stress/stress.h index 83ab3231..8ab8122a 100644 --- a/projects/stargazer/plugins/authorization/stress/stress.h +++ b/projects/stargazer/plugins/authorization/stress/stress.h @@ -93,7 +93,7 @@ public: int Start(); int Stop(); - int Reload() { return 0; } + int Reload(const MODULE_SETTINGS & ms) { return 0; } bool IsRunning(); void SetSettings(const MODULE_SETTINGS & s); int ParseSettings();