X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/e87b76d3a75c2833d2a646b38210584dc1a93624..82c7b78d7b7cf797f0663c96f44b092103802035:/stglibs/srvconf.lib/include/stg/parser_send_message.h diff --git a/stglibs/srvconf.lib/include/stg/parser_send_message.h b/stglibs/srvconf.lib/include/stg/parser_send_message.h index 9b3ca5ef..912d507e 100644 --- a/stglibs/srvconf.lib/include/stg/parser_send_message.h +++ b/stglibs/srvconf.lib/include/stg/parser_send_message.h @@ -26,6 +26,9 @@ #include +namespace STG +{ + class PARSER_SEND_MESSAGE: public PARSER { public: @@ -43,4 +46,6 @@ private: void ParseAnswer(const char * el, const char ** attr); }; +} // namespace STG + #endif