X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/43fff4a2cf7da8c3a5c24633d998bf52f9cf12a2..090b0586b6561e4b3aa87d8365026aad119150f9:/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;