]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/include/stg/parser.h
Moved AUTH_BY parser from global scope.
[stg.git] / stglibs / srvconf.lib / include / stg / parser.h
index f8c3af0c7a301a36ef42ee45682115937aadc7a0..8d695a3a7049c2b9be2935f336e6159342656ffb 100644 (file)
@@ -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