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:
a8f9a1d
)
Ticket 37. The 'change_policy' replaced by 'changePolicy' in the
author
Elena Mamontova
<helenh463@gmail.com>
Tue, 24 May 2016 10:13:40 +0000
(13:13 +0300)
committer
Elena Mamontova
<helenh463@gmail.com>
Tue, 24 May 2016 10:13:40 +0000
(13:13 +0300)
CHANGE_POLICY GrtChangePolicy() function.
projects/stargazer/tariff_impl.h
patch
|
blob
|
history
diff --git
a/projects/stargazer/tariff_impl.h
b/projects/stargazer/tariff_impl.h
index 8fc32fcf404b01c1c7ee60b8ec91ad580ce498fa..bca55eb6945bbbf529f134d8a6dbe554ecd29c52 100644
(file)
--- a/
projects/stargazer/tariff_impl.h
+++ b/
projects/stargazer/tariff_impl.h
@@
-72,7
+72,7
@@
public:
double GetFee() const { return tariffData.tariffConf.fee; }
double GetFree() const { return tariffData.tariffConf.free; }
PERIOD GetPeriod() const { return tariffData.tariffConf.period; }
- CHANGE_POLICY GetChangePolicy() const { return tariffData.tariffConf.change
_p
olicy; }
+ CHANGE_POLICY GetChangePolicy() const { return tariffData.tariffConf.change
P
olicy; }
void Print() const;