]> git.stg.codes - stg.git/commitdiff
Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
authorElena Mamontova <helenh463@gmail.com>
Fri, 19 Feb 2016 14:09:35 +0000 (16:09 +0200)
committerElena Mamontova <helenh463@gmail.com>
Fri, 19 Feb 2016 14:09:35 +0000 (16:09 +0200)
Reload() function.

projects/stargazer/plugin_runner.h

index 429d59ca3f69ab4c9741adedebb1d73b3af6f38d..2d0c22c4e069145cbc0f6adf35be40aa4b8c1eea 100644 (file)
@@ -60,7 +60,7 @@ public:
 
     int             Start();
     int             Stop();
-    int             Reload();
+    int             Reload(const MODULE_SETTINGS & ms);
     int             Restart();
     bool            IsRunning() { return m_plugin.IsRunning(); }