git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Code cleanup.
[stg.git]
/
stglibs
/
srvconf.lib
/
parsers
/
simple.h
diff --git
a/stglibs/srvconf.lib/parsers/simple.h
b/stglibs/srvconf.lib/parsers/simple.h
index 03c950bccb6222012d8e02bc7a898bc33b03f315..43dbcd56f11b2e89c3cb3383db0f7932f015c0eb 100644
(file)
--- a/
stglibs/srvconf.lib/parsers/simple.h
+++ b/
stglibs/srvconf.lib/parsers/simple.h
@@
-38,6
+38,7
@@
public:
PARSER(const std::string & tag, CALLBACK f, void * data);
int ParseStart(const char * el, const char ** attr);
void ParseEnd(const char * el);
+ void Failure(const std::string & reason) { callback(false, reason, data); }
private:
std::string tag;