]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/parsers/get_container.h
Implemented some user management functions.
[stg.git] / stglibs / srvconf.lib / parsers / get_container.h
index 31bb425032ad892ef63cb33e9f7a79e0bc825fb4..6cc9bc85c7e09cc7fcef4a61e9dd1799cdb0550f 100644 (file)
@@ -25,6 +25,8 @@
 
 #include <string>
 
+#include <strings.h>
+
 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;