X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/9250e16a677fc52e7338b5c0b7b405e510831259..f384309c9c663a4b381d2e1a8545693514835395:/stglibs/srvconf.lib/parser_server_info.h diff --git a/stglibs/srvconf.lib/parser_server_info.h b/stglibs/srvconf.lib/parser_server_info.h index 2e91106c..9ac23ee8 100644 --- a/stglibs/srvconf.lib/parser_server_info.h +++ b/stglibs/srvconf.lib/parser_server_info.h @@ -22,9 +22,9 @@ #ifndef __STG_STGLIBS_SRVCONF_PARSER_SERVER_INFO_H__ #define __STG_STGLIBS_SRVCONF_PARSER_SERVER_INFO_H__ -#include "stg/parser.h" +#include "parser.h" +#include "property_parsers.h" -#include "stg/property_parsers.h" #include "stg/servconf_types.h" #include @@ -37,11 +37,11 @@ namespace SERVER_INFO 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: PROPERTY_PARSERS propertyParsers; CALLBACK callback;