]> git.stg.codes - stg.git/commitdiff
Add ReconnectOnTariffChange in TEST_SETTINGS implementation
authorMaxim Mamontov <faust@gts.dp.ua>
Thu, 26 May 2011 15:47:29 +0000 (18:47 +0300)
committerMaxim Mamontov <faust@gts.dp.ua>
Thu, 26 May 2011 15:47:29 +0000 (18:47 +0300)
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; }