X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/1b2ab8e6d556a8ed30d4feadc72263b3f4c86665..1a21bad6c7e114808ad31d526fd5f12040afb467:/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 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;