]> git.stg.codes - stg.git/commitdiff
Ticket 26. The 'const MODULE_SETTINGS & ms' parameter added in the
authorElena Mamontova <helenh463@gmail.com>
Mon, 29 Feb 2016 14:57:42 +0000 (16:57 +0200)
committerElena Mamontova <helenh463@gmail.com>
Mon, 29 Feb 2016 14:57:42 +0000 (16:57 +0200)
Reload() method.

projects/stargazer/plugins/authorization/inetaccess/inetaccess.h

index 503744ea89f6abafe7ff8321542de0cd690a778d..2b527076edbf607d1bb78272d7a9cdc04673da07 100644 (file)
@@ -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; }