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
(from parent 1:
e98faf4
)
Ticket 37. The changePolicy parameter added in the struct
author
Elena Mamontova
<helenh463@gmail.com>
Tue, 24 May 2016 08:53:15 +0000
(11:53 +0300)
committer
Elena Mamontova
<helenh463@gmail.com>
Tue, 24 May 2016 08:53:15 +0000
(11:53 +0300)
TARIFF_CONF_RES operator=() function.
include/stg/tariff_conf.h
patch
|
blob
|
history
diff --git
a/include/stg/tariff_conf.h
b/include/stg/tariff_conf.h
index 52e1fc1c3a86e6ccec3900e23912403a4847f0b7..8640d82383f437cd3e37c793d00aae595b0aa88d 100644
(file)
--- a/
include/stg/tariff_conf.h
+++ b/
include/stg/tariff_conf.h
@@
-191,6
+191,7
@@
struct TARIFF_CONF_RES
passiveCost = tc.passiveCost;
name = tc.name;
period = tc.period;
+ changePolicy = tc.changePolicy;
return *this;
}