]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/parser_get_user.cpp
Moved base and utility classes from global scope.
[stg.git] / stglibs / srvconf.lib / parser_get_user.cpp
index 45f5e6ea92da090e8feb4bbb9ef373c022ea657d..2c398914bac0c40f7ad9cc843767bb9147b8ae31 100644 (file)
@@ -31,6 +31,9 @@
 
 using namespace STG;
 
+namespace STG
+{
+
 template <>
 bool GetValue<GET_USER::STAT>(const char ** attr, GET_USER::STAT & value)
 {
@@ -56,6 +59,8 @@ while (attr[pos])
 return true;
 }
 
+}
+
 GET_USER::PARSER::PARSER()
     : callback(NULL),
       data(NULL),