]> git.stg.codes - stg.git/blobdiff - tests/testsettings.h
Added Makefile for tests for Darwin platform.
[stg.git] / tests / testsettings.h
index 39ec62e2a077055d35eef029de7ce3ce484e04f5..51c833599282f3f67a172d80b3d002d904dac1a9 100644 (file)
@@ -21,13 +21,16 @@ 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; }
+        const std::vector<std::string> & GetScriptParams() const { return scriptParams; }
 
     private:
         std::string dirName;
         std::string scriptsDir;
         std::string monitorDir;
+        std::vector<std::string> scriptParams;
 };
 
 #endif