From: Elena Mamontova Date: Mon, 29 Feb 2016 14:57:42 +0000 (+0200) Subject: Ticket 26. The 'const MODULE_SETTINGS & ms' parameter added in the X-Git-Tag: 2.409~174^2~1^2~31 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/f4baafb2ff34a1896ad398eab654632de2b5ba34 Ticket 26. The 'const MODULE_SETTINGS & ms' parameter added in the Reload() method. --- diff --git a/projects/stargazer/plugins/authorization/inetaccess/inetaccess.h b/projects/stargazer/plugins/authorization/inetaccess/inetaccess.h index 503744ea..2b527076 100644 --- a/projects/stargazer/plugins/authorization/inetaccess/inetaccess.h +++ b/projects/stargazer/plugins/authorization/inetaccess/inetaccess.h @@ -247,7 +247,7 @@ public: int Start(); int Stop(); - int Reload(); + int Reload(const MODULE_SETTINGS & ms); bool IsRunning() { return isRunningRunTimeouter || isRunningRun; } const std::string & GetStrError() const { return errorStr; }