X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/cd64751cac4c56591bee9b0a9c2a626ce40e67db..5f1252496dfef1724c21421ea470a04d09af7ad0:/stglibs/srvconf.lib/include/stg/parser_chg_user.h diff --git a/stglibs/srvconf.lib/include/stg/parser_chg_user.h b/stglibs/srvconf.lib/include/stg/parser_chg_user.h index db54026a..75431ae1 100644 --- a/stglibs/srvconf.lib/include/stg/parser_chg_user.h +++ b/stglibs/srvconf.lib/include/stg/parser_chg_user.h @@ -26,10 +26,13 @@ #include +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