]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/parsers/auth_by.h
Simplified parser interfaces.
[stg.git] / stglibs / srvconf.lib / parsers / auth_by.h
index c4757cf9699ce97392f3887f50689a1bf2c7ceea..f285d2bfb1039f5c11bd5c4b849bbf8c2bbd19ae 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef __STG_STGLIBS_SRVCONF_PARSER_AUTH_BY_H__
 #define __STG_STGLIBS_SRVCONF_PARSER_AUTH_BY_H__
 
-#include "parser.h"
+#include "base.h"
 
 #include "stg/servconf_types.h"
 
@@ -35,10 +35,9 @@ namespace AUTH_BY
 class PARSER: public STG::PARSER
 {
 public:
-    PARSER();
+    PARSER(CALLBACK f, void * data);
     int  ParseStart(const char * el, const char ** attr);
     void ParseEnd(const char * el);
-    void SetCallback(CALLBACK f, void * data);
 
 private:
     CALLBACK callback;