X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/37925a173b073b547ffc7dd7412de658accf694c..d9fd5012326011ff031b266e7ed2df0fd5caa91c:/projects/stargazer/settings_impl.h diff --git a/projects/stargazer/settings_impl.h b/projects/stargazer/settings_impl.h index 3bee1547..69013764 100644 --- a/projects/stargazer/settings_impl.h +++ b/projects/stargazer/settings_impl.h @@ -58,7 +58,6 @@ class DOTCONFDocumentNode; //----------------------------------------------------------------------------- class SETTINGS_IMPL : public SETTINGS { public: - SETTINGS_IMPL(); SETTINGS_IMPL(const std::string &); SETTINGS_IMPL(const SETTINGS_IMPL &); virtual ~SETTINGS_IMPL() {} @@ -98,8 +97,7 @@ public: { return storeModuleSettings; } const std::vector & GetModulesSettings() const { return modulesSettings; } - - const std::vector & GetScriptParams() const {return scriptParams; } + const std::vector & GetScriptParams() const { return scriptParams; } private: @@ -119,9 +117,7 @@ private: std::string logFile; std::string pidFile; std::string monitorDir; - std::vector scriptParams; - bool monitoring; unsigned detailStatWritePeriod; unsigned statWritePeriod; @@ -141,7 +137,6 @@ private: std::vector modulesSettings; MODULE_SETTINGS storeModuleSettings; - STG_LOGGER & logger; }; //-----------------------------------------------------------------------------