X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/43fff4a2cf7da8c3a5c24633d998bf52f9cf12a2..5985f3c811497f87ac58b64695b6d28879f07c65:/stglibs/srvconf.lib/parsers/get_container.h 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;