]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/include/stg/parser_get_users.h
Moved AUTH_BY parser from global scope.
[stg.git] / stglibs / srvconf.lib / include / stg / parser_get_users.h
index 35fcd126a607cac96913042afb2997ad636667d4..a8b8ac855ad6d35335705eb0b363bfc716c80193 100644 (file)
@@ -29,6 +29,9 @@
 
 #include <vector>
 
+namespace STG
+{
+
 class PARSER_GET_USERS: public PARSER
 {
 public:
@@ -54,4 +57,6 @@ private:
     static void UserCallback(bool result, const std::string& reason, const PARSER_GET_USER::INFO & info, void * data);
 };
 
+} // namespace STG
+
 #endif