]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/parser_chg_user.h
Moved base and utility classes from global scope.
[stg.git] / stglibs / srvconf.lib / parser_chg_user.h
index d74dea76585db1db725d7ed5337cc08fee7aacf5..63c528d018142b8d61cb5ad11d9f89bf8ba7aadb 100644 (file)
@@ -22,7 +22,8 @@
 #ifndef __STG_STGLIBS_SRVCONF_PARSER_CHG_USER_H__
 #define __STG_STGLIBS_SRVCONF_PARSER_CHG_USER_H__
 
-#include "stg/parser.h"
+#include "parser.h"
+
 #include "stg/servconf_types.h"
 
 namespace STG
@@ -33,11 +34,11 @@ namespace CHG_USER
 class PARSER: public STG::PARSER
 {
 public:
-
     PARSER();
     int  ParseStart(const char * el, const char ** attr);
     void ParseEnd(const char * el);
     void SetCallback(CALLBACK f, void * data);
+
 private:
     CALLBACK callback;
     void * data;