]> git.stg.codes - stg.git/blobdiff - projects/stargazer/settings_impl.h
Ticket 12. The stopOnError variable moved, GetStopOnError() method
[stg.git] / projects / stargazer / settings_impl.h
index f35eda0dc726033513123a6a712194a82795376d..b01e0fd123df1278cdee3bed14f108b2cdebf2d4 100644 (file)
@@ -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;