From: Elena Mamontova Date: Tue, 24 May 2016 08:53:15 +0000 (+0300) Subject: Ticket 37. The changePolicy parameter added in the struct X-Git-Tag: 2.409~169 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/b7e15fb6292364ba19fba87d5415f44a4bb301a0 Ticket 37. The changePolicy parameter added in the struct TARIFF_CONF_RES operator=() function. --- diff --git a/include/stg/tariff_conf.h b/include/stg/tariff_conf.h index 52e1fc1c..8640d823 100644 --- 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; }