X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/43fff4a2cf7da8c3a5c24633d998bf52f9cf12a2..85513928f6a270af94c1477f5ae2773647b04cd7:/stglibs/srvconf.lib/parsers/get_container.h?ds=sidebyside diff --git a/stglibs/srvconf.lib/parsers/get_container.h b/stglibs/srvconf.lib/parsers/get_container.h index c07e9e14..6cc9bc85 100644 --- a/stglibs/srvconf.lib/parsers/get_container.h +++ b/stglibs/srvconf.lib/parsers/get_container.h @@ -69,6 +69,7 @@ public: parsingAnswer = false; } } + void Failure(const std::string & reason) { callback(false, reason, info, data); } private: std::string tag;