From: Elena Mamontova <helenh463@gmail.com> Date: Mon, 11 Jul 2016 08:43:30 +0000 (+0300) Subject: Ticket 37. The line for changePolicy value added to the m_answer X-Git-Tag: 2.409~144 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/88e2100a83b2c6c6858e4ac9ee5399a0f6209e94?ds=sidebyside;hp=-c Ticket 37. The line for changePolicy value added to the m_answer variable in the CreateAnswer() function. --- 88e2100a83b2c6c6858e4ac9ee5399a0f6209e94 diff --git a/projects/stargazer/plugins/configuration/sgconfig/parser_tariffs.cpp b/projects/stargazer/plugins/configuration/sgconfig/parser_tariffs.cpp index 0607db6f..7444a03f 100644 --- a/projects/stargazer/plugins/configuration/sgconfig/parser_tariffs.cpp +++ b/projects/stargazer/plugins/configuration/sgconfig/parser_tariffs.cpp @@ -114,6 +114,7 @@ void GET_TARIFFS::CreateAnswer() "<Free value=\"" + x2str(it->tariffConf.free) + "\"/>" + "<TraffType value=\"" + TARIFF::TraffTypeToString(it->tariffConf.traffType) + "\"/>" + "<Period value=\"" + TARIFF::PeriodToString(it->tariffConf.period) + "\"/>" + + "<ChangePolicy value=\"" + TARIFF::ChangePolicyToString(it->tariffConf.changePolicy) + "\"/>" + "</tariff>"; }