]> git.stg.codes - stg.git/commitdiff
Ticket 12. The stopOnError variable moved, GetStopOnError() method
authorElena Mamontova <helenh463@gmail.com>
Fri, 6 Nov 2015 14:14:45 +0000 (16:14 +0200)
committerElena Mamontova <helenh463@gmail.com>
Fri, 6 Nov 2015 14:14:45 +0000 (16:14 +0200)
added.

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;