git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed unused files.
[stg.git]
/
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 31bb425032ad892ef63cb33e9f7a79e0bc825fb4..6cc9bc85c7e09cc7fcef4a61e9dd1799cdb0550f 100644
(file)
--- a/
stglibs/srvconf.lib/parsers/get_container.h
+++ b/
stglibs/srvconf.lib/parsers/get_container.h
@@
-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;