From 484557583df0efcb62571a918e79f144aae81f9a Mon Sep 17 00:00:00 2001 From: Elena Mamontova Date: Thu, 18 Feb 2016 10:17:43 +0200 Subject: [PATCH] Ticket 26. The 'name' parameter and 'pluginName' variable initialization added in the constructor. --- projects/stargazer/plugin_runner.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/stargazer/plugin_runner.cpp b/projects/stargazer/plugin_runner.cpp index eaf51058..c758fe8d 100644 --- a/projects/stargazer/plugin_runner.cpp +++ b/projects/stargazer/plugin_runner.cpp @@ -28,6 +28,7 @@ //----------------------------------------------------------------------------- PLUGIN_RUNNER::PLUGIN_RUNNER(const std::string & fileName, + const std::string & name, const MODULE_SETTINGS & ms, ADMINS & admins, TARIFFS & tariffs, @@ -38,6 +39,7 @@ PLUGIN_RUNNER::PLUGIN_RUNNER(const std::string & fileName, STORE & store, const SETTINGS & settings) : pluginFileName(fileName), + pluginName(name), libHandle(NULL), m_plugin(Load(ms, admins, tariffs, users, services, corporations, traffcounter, store, settings)) -- 2.43.2