X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/e9cb0683c0b33d8458c1d9b2558bbeb5d101e680..97f1f905311bcb76c3b500e3e49c1b9f49dff491:/stglibs/srvconf.lib/include/stg/parser.h?ds=sidebyside 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