]> git.stg.codes - stg.git/blobdiff - projects/stargazer/settings_impl.h
Fee charge rule selector added with 3 different charge rules
[stg.git] / projects / stargazer / settings_impl.h
index c7829b274be1f35912f897b5012bca0e0dd07a90..97990d3243170d38cc974e7ade52ee3632e6a3bd 100644 (file)
@@ -90,6 +90,7 @@ public:
     const std::string & GetMonitorDir() const { return monitorDir; }
     bool                GetMonitoring() const { return monitoring; }
     unsigned            GetMessageTimeout() const { return messageTimeout * 3600 * 24; }
+    unsigned            GetFeeChargeType() const { return feeChargeType; }
 
     const std::string & GetModulesPath() const { return modulesPath; }
     const MODULE_SETTINGS & GetStoreModuleSettings() const
@@ -135,6 +136,7 @@ private:
     bool        writeFreeMbTraffCost;
     bool        showFeeInCash;
     unsigned    messageTimeout;
+    unsigned    feeChargeType;
 
     std::vector<MODULE_SETTINGS> modulesSettings;
     MODULE_SETTINGS storeModuleSettings;