X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/76fb825a64343da7a8aa9b16c5dbcab709504832..2cfb45adfb882ed4a9ace927dafbc10012e19bb3:/stglibs/srvconf.lib/parsers/send_message.h diff --git a/stglibs/srvconf.lib/parsers/send_message.h b/stglibs/srvconf.lib/parsers/send_message.h index 27903bc0..13132a0d 100644 --- a/stglibs/srvconf.lib/parsers/send_message.h +++ b/stglibs/srvconf.lib/parsers/send_message.h @@ -22,7 +22,7 @@ #ifndef __STG_STGLIBS_SRVCONF_PARSER_SEND_MESSAGE_H__ #define __STG_STGLIBS_SRVCONF_PARSER_SEND_MESSAGE_H__ -#include "parser.h" +#include "base.h" #include "stg/servconf_types.h" @@ -34,10 +34,9 @@ namespace SEND_MESSAGE class PARSER: public STG::PARSER { public: - PARSER(); + PARSER(CALLBACK f, void * data); int ParseStart(const char * el, const char ** attr); void ParseEnd(const char * el); - void SetCallback(CALLBACK f, void * data); private: CALLBACK callback;