From ea7fbd973808a140dbfa7633b89d5066acd318c1 Mon Sep 17 00:00:00 2001 From: Elena Mamontova Date: Fri, 26 Feb 2016 11:06:03 +0200 Subject: [PATCH] Ticket 26. The const MODULE_SETTINGS & parameter added in the virtual int Reload() function. --- include/stg/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/stg/plugin.h b/include/stg/plugin.h index 114ffc8b..2deabcc3 100644 --- a/include/stg/plugin.h +++ b/include/stg/plugin.h @@ -59,7 +59,7 @@ public: virtual int Start() = 0; virtual int Stop() = 0; - virtual int Reload() = 0; + virtual int Reload(const MODULE_SETTINGS &) = 0; virtual bool IsRunning() = 0; virtual const std::string & GetStrError() const = 0; virtual std::string GetVersion() const = 0; -- 2.43.2