git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cleaned up some headers.
[stg.git]
/
stglibs
/
srvconf.lib
/
parsers
/
auth_by.h
diff --git
a/stglibs/srvconf.lib/parsers/auth_by.h
b/stglibs/srvconf.lib/parsers/auth_by.h
index f285d2bfb1039f5c11bd5c4b849bbf8c2bbd19ae..5b2dfe52fb6cbf9b3ef1f32c93da99902cf71f11 100644
(file)
--- a/
stglibs/srvconf.lib/parsers/auth_by.h
+++ b/
stglibs/srvconf.lib/parsers/auth_by.h
@@
-35,13
+35,15
@@
namespace AUTH_BY
class PARSER: public STG::PARSER
{
public:
class PARSER: public STG::PARSER
{
public:
- PARSER(CALLBACK f, void * data);
+ PARSER(CALLBACK f, void * data
, const std::string & encoding
);
int ParseStart(const char * el, const char ** attr);
void ParseEnd(const char * el);
int ParseStart(const char * el, const char ** attr);
void ParseEnd(const char * el);
+ void Failure(const std::string & reason) { callback(false, reason, info, data); }
private:
CALLBACK callback;
void * data;
private:
CALLBACK callback;
void * data;
+ std::string encoding;
int depth;
bool parsingAnswer;
INFO info;
int depth;
bool parsingAnswer;
INFO info;