]> git.stg.codes - stg.git/commitdiff
Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
authorElena Mamontova <helenh463@gmail.com>
Wed, 9 Mar 2016 07:21:45 +0000 (09:21 +0200)
committerElena Mamontova <helenh463@gmail.com>
Wed, 9 Mar 2016 07:21:45 +0000 (09:21 +0200)
    Reload() function in the ao.h plugin.

projects/stargazer/plugins/authorization/ao/ao.h

index d8b6dc88bf48719a7504a9f08328bdfb08c25973..34c15d918c36c577ab0c7002c90d9052adf509c5 100644 (file)
@@ -89,7 +89,7 @@ public:
 
     int                 Start();
     int                 Stop();
-    int                 Reload() { return 0; }
+    int                 Reload(const MODULE_SETTINGS & ms) { return 0; }
     bool                IsRunning() { return isRunning; }
     void                SetSettings(const MODULE_SETTINGS &) {}
     int                 ParseSettings() { return 0; }