From 47b9e5ee87451a8a701e40cc1c027118ff309d72 Mon Sep 17 00:00:00 2001 From: Elena Mamontova Date: Fri, 6 Nov 2015 16:14:45 +0200 Subject: [PATCH] Ticket 12. The stopOnError variable moved, GetStopOnError() method added. --- projects/stargazer/settings_impl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.43.2