From: Elena Mamontova Date: Fri, 6 Nov 2015 14:14:45 +0000 (+0200) Subject: Ticket 12. The stopOnError variable moved, GetStopOnError() method X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/47b9e5ee87451a8a701e40cc1c027118ff309d72 Ticket 12. The stopOnError variable moved, GetStopOnError() method added. --- diff --git a/projects/stargazer/settings_impl.h b/projects/stargazer/settings_impl.h index f35eda0d..b01e0fd1 100644 --- a/projects/stargazer/settings_impl.h +++ b/projects/stargazer/settings_impl.h @@ -83,6 +83,7 @@ public: bool GetSpreadFee() const { return spreadFee; } bool GetFreeMbAllowInet() const { return freeMbAllowInet; } bool GetDayFeeIsLastDay() const { return dayFeeIsLastDay; } + bool GetStopOnError() const { return stopOnError; } bool GetWriteFreeMbTraffCost() const { return writeFreeMbTraffCost; } bool GetShowFeeInCash() const { return showFeeInCash; } @@ -128,8 +129,8 @@ private: unsigned dayResetTraff; bool spreadFee; bool freeMbAllowInet; - bool stopOnError; bool dayFeeIsLastDay; + bool stopOnError; bool writeFreeMbTraffCost; bool showFeeInCash; unsigned messageTimeout;