git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84edd11
)
Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
author
Elena Mamontova
<helenh463@gmail.com>
Fri, 19 Feb 2016 14:09:35 +0000
(16:09 +0200)
committer
Elena Mamontova
<helenh463@gmail.com>
Fri, 19 Feb 2016 14:09:35 +0000
(16:09 +0200)
Reload() function.
projects/stargazer/plugin_runner.h
patch
|
blob
|
history
diff --git
a/projects/stargazer/plugin_runner.h
b/projects/stargazer/plugin_runner.h
index 429d59ca3f69ab4c9741adedebb1d73b3af6f38d..2d0c22c4e069145cbc0f6adf35be40aa4b8c1eea 100644
(file)
--- a/
projects/stargazer/plugin_runner.h
+++ b/
projects/stargazer/plugin_runner.h
@@
-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(); }