X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/9280169445dffef7b5e9b9ed510a2993484e7894..02bcc3a0cfbd20bdbb474fc6c02057468d980276:/projects/stargazer/settings_impl.h diff --git a/projects/stargazer/settings_impl.h b/projects/stargazer/settings_impl.h index 97990d32..43dcab0c 100644 --- a/projects/stargazer/settings_impl.h +++ b/projects/stargazer/settings_impl.h @@ -91,6 +91,7 @@ public: bool GetMonitoring() const { return monitoring; } unsigned GetMessageTimeout() const { return messageTimeout * 3600 * 24; } unsigned GetFeeChargeType() const { return feeChargeType; } + bool GetReconnectOnTariffChange() const { return reconnectOnTariffChange; } const std::string & GetModulesPath() const { return modulesPath; } const MODULE_SETTINGS & GetStoreModuleSettings() const @@ -137,6 +138,7 @@ private: bool showFeeInCash; unsigned messageTimeout; unsigned feeChargeType; + bool reconnectOnTariffChange; std::vector modulesSettings; MODULE_SETTINGS storeModuleSettings;