]> git.stg.codes - stg.git/blobdiff - tests/testsettings.h
Add ReconnectOnTariffChange in TEST_SETTINGS implementation
[stg.git] / tests / testsettings.h
index 39ec62e2a077055d35eef029de7ce3ce484e04f5..dd30f3fac7f76911645719369c707f95004d6d58 100644 (file)
@@ -21,6 +21,7 @@ class TEST_SETTINGS : public SETTINGS {
         bool                GetShowFeeInCash() const { return false; }
         unsigned            GetMessageTimeout() const { return 0; }
         unsigned            GetFeeChargeType() const { return 0; }
+        bool                GetReconnectOnTariffChange() const { return false; }
         const std::string & GetMonitorDir() const { return monitorDir; }
         bool                GetMonitoring() const { return false; }