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:
b7e15fb
)
Ticket 37. The changePolicy parameter added in the struct
author
Elena Mamontova
<helenh463@gmail.com>
Tue, 24 May 2016 09:04:14 +0000
(12:04 +0300)
committer
Elena Mamontova
<helenh463@gmail.com>
Tue, 24 May 2016 09:04:14 +0000
(12:04 +0300)
TARIFF_CONF_RES GetData() function.
include/stg/tariff_conf.h
patch
|
blob
|
history
diff --git
a/include/stg/tariff_conf.h
b/include/stg/tariff_conf.h
index 8640d82383f437cd3e37c793d00aae595b0aa88d..32ca20dc98320d79d0d068d4a967ddf64451d674 100644
(file)
--- a/
include/stg/tariff_conf.h
+++ b/
include/stg/tariff_conf.h
@@
-204,6
+204,7
@@
struct TARIFF_CONF_RES
passiveCost.maybeSet(tc.passiveCost);
traffType.maybeSet(tc.traffType);
period.maybeSet(tc.period);
+ changePolicy.maybeSet(tc.changePolicy);
return tc;
}