From 9b3f8c7252b92a7b32996aa3c2b5e5c16361c82d Mon Sep 17 00:00:00 2001 From: Elena Mamontova Date: Thu, 21 Jul 2016 15:52:59 +0300 Subject: [PATCH] Added template specification. --- stglibs/srvconf.lib/parsers/get_tariff.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stglibs/srvconf.lib/parsers/get_tariff.cpp b/stglibs/srvconf.lib/parsers/get_tariff.cpp index d929b266..75b6b462 100644 --- a/stglibs/srvconf.lib/parsers/get_tariff.cpp +++ b/stglibs/srvconf.lib/parsers/get_tariff.cpp @@ -97,6 +97,7 @@ else return true; } +template bool GetChangePolicy(const char ** attr, T & value, const std::string & attrName) { if (!CheckValue(attr, attrName)) -- 2.43.2