git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed x2str for doubles.
[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 c07e9e14469aee806e56e561e44e829d544c32ca..6cc9bc85c7e09cc7fcef4a61e9dd1799cdb0550f 100644
(file)
--- a/
stglibs/srvconf.lib/parsers/get_container.h
+++ b/
stglibs/srvconf.lib/parsers/get_container.h
@@
-69,6
+69,7
@@
public:
parsingAnswer = false;
}
}
parsingAnswer = false;
}
}
+ void Failure(const std::string & reason) { callback(false, reason, info, data); }
private:
std::string tag;
private:
std::string tag;