]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/include/stg/parser_chg_user.h
Moved CHECK_USER parser from global scope.
[stg.git] / stglibs / srvconf.lib / include / stg / parser_chg_user.h
index db54026a99ae5877e253cd06f061c7bcd78735e9..75431ae10be9bfaa5725f7db3e0db90320ca17ce 100644 (file)
 
 #include <string>
 
+namespace STG
+{
+
 class PARSER_CHG_USER: public PARSER
 {
 public:
-    typedef int (* CALLBACK)(bool result, const std::string& reason, void * data);
+    typedef void (* CALLBACK)(bool result, const std::string& reason, void * data);
 
     PARSER_CHG_USER();
     int  ParseStart(const char * el, const char ** attr);
@@ -43,4 +46,6 @@ private:
     void ParseAnswer(const char * el, const char ** attr);
 };
 
+} // namespace STG
+
 #endif