From: Elena Mamontova Date: Thu, 10 Nov 2016 07:37:29 +0000 (+0200) Subject: Ticket 37. x2str() replaced by formatTime() for changePolicyTimeout X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/f298b4a17d43ba8e3d9125a9135b60fbd29b6b6b Ticket 37. x2str() replaced by formatTime() for changePolicyTimeout in GET_TARIFFS::CreateAnswer() function. --- diff --git a/projects/stargazer/plugins/configuration/sgconfig/parser_tariffs.cpp b/projects/stargazer/plugins/configuration/sgconfig/parser_tariffs.cpp index 9c752674..daf4ef62 100644 --- a/projects/stargazer/plugins/configuration/sgconfig/parser_tariffs.cpp +++ b/projects/stargazer/plugins/configuration/sgconfig/parser_tariffs.cpp @@ -115,7 +115,7 @@ void GET_TARIFFS::CreateAnswer() "tariffConf.traffType) + "\"/>" + "tariffConf.period) + "\"/>" + "tariffConf.changePolicy) + "\"/>" + - "tariffConf.changePolicyTimeout) + "\"/>" + + "tariffConf.changePolicyTimeout) + "\"/>" + ""; }