X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/e87b76d3a75c2833d2a646b38210584dc1a93624..82c7b78d7b7cf797f0663c96f44b092103802035:/stglibs/srvconf.lib/include/stg/parser.h diff --git a/stglibs/srvconf.lib/include/stg/parser.h b/stglibs/srvconf.lib/include/stg/parser.h index f8c3af0c..8d695a3a 100644 --- a/stglibs/srvconf.lib/include/stg/parser.h +++ b/stglibs/srvconf.lib/include/stg/parser.h @@ -22,6 +22,9 @@ #ifndef __STG_STGLIBS_SRVCONF_PARSER_H__ #define __STG_STGLIBS_SRVCONF_PARSER_H__ +namespace STG +{ + class PARSER { public: @@ -30,4 +33,6 @@ public: virtual void ParseEnd(const char *el) = 0; }; +} // namespace STG + #endif