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:
ef59551
)
Ticket 37. The CHANGE_POLICY GetChangePolicy() function definition
author
Elena Mamontova
<helenh463@gmail.com>
Fri, 20 May 2016 16:23:29 +0000
(19:23 +0300)
committer
Elena Mamontova
<helenh463@gmail.com>
Fri, 20 May 2016 16:23:29 +0000
(19:23 +0300)
added.
projects/stargazer/tariff_impl.h
patch
|
blob
|
history
diff --git
a/projects/stargazer/tariff_impl.h
b/projects/stargazer/tariff_impl.h
index f2f84d2630889f73432e9a191459c8174c37adf3..8fc32fcf404b01c1c7ee60b8ec91ad580ce498fa 100644
(file)
--- a/
projects/stargazer/tariff_impl.h
+++ b/
projects/stargazer/tariff_impl.h
@@
-72,6
+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_policy; }
void Print() const;