]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/parser_auth_by.h
Moved base and utility classes from global scope.
[stg.git] / stglibs / srvconf.lib / parser_auth_by.h
index 4e94267ce689136ab8f2dba0ffa786896f2aa7bf..c4757cf9699ce97392f3887f50689a1bf2c7ceea 100644 (file)
 #ifndef __STG_STGLIBS_SRVCONF_PARSER_AUTH_BY_H__
 #define __STG_STGLIBS_SRVCONF_PARSER_AUTH_BY_H__
 
-#include "stg/parser.h"
+#include "parser.h"
 
 #include "stg/servconf_types.h"
 
-#include <vector>
 #include <string>
 
 namespace STG
@@ -37,9 +36,10 @@ class PARSER: public STG::PARSER
 {
 public:
     PARSER();
-    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 SetCallback(CALLBACK f, void * data);
+
 private:
     CALLBACK callback;
     void * data;