git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
54da024
)
Ticket 12. The stopOnError variable moved, GetStopOnError() method
author
Elena Mamontova
<helenh463@gmail.com>
Fri, 6 Nov 2015 14:14:45 +0000
(16:14 +0200)
committer
Elena Mamontova
<helenh463@gmail.com>
Fri, 6 Nov 2015 14:14:45 +0000
(16:14 +0200)
added.
projects/stargazer/settings_impl.h
patch
|
blob
|
history
diff --git
a/projects/stargazer/settings_impl.h
b/projects/stargazer/settings_impl.h
index f35eda0dc726033513123a6a712194a82795376d..b01e0fd123df1278cdee3bed14f108b2cdebf2d4 100644
(file)
--- 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 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; }
bool GetWriteFreeMbTraffCost() const
{ return writeFreeMbTraffCost; }
bool GetShowFeeInCash() const { return showFeeInCash; }
@@
-128,8
+129,8
@@
private:
unsigned dayResetTraff;
bool spreadFee;
bool freeMbAllowInet;
unsigned dayResetTraff;
bool spreadFee;
bool freeMbAllowInet;
- bool stopOnError;
bool dayFeeIsLastDay;
bool dayFeeIsLastDay;
+ bool stopOnError;
bool writeFreeMbTraffCost;
bool showFeeInCash;
unsigned messageTimeout;
bool writeFreeMbTraffCost;
bool showFeeInCash;
unsigned messageTimeout;