X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8569ecdc2c9368dc0fe650b901cce7b37337ffec..1a21bad6c7e114808ad31d526fd5f12040afb467:/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 31bb4250..6cc9bc85 100644 --- a/stglibs/srvconf.lib/parsers/get_container.h +++ b/stglibs/srvconf.lib/parsers/get_container.h @@ -25,6 +25,8 @@ #include +#include + namespace STG { namespace GET_CONTAINER @@ -67,6 +69,7 @@ public: parsingAnswer = false; } } + void Failure(const std::string & reason) { callback(false, reason, info, data); } private: std::string tag;