Слияние кода завершено, страница обновится автоматически
/*
Copyright 2019 www.dev5.cn, Inc. dev5@qq.com
This file is part of X-MSG-IM.
X-MSG-IM is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
X-MSG-IM is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with X-MSG-IM. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef XMSGIMH2NMSGMGR_H_
#define XMSGIMH2NMSGMGR_H_
#include "XmsgImMsgMgr.h"
#define X_MSG_H2N_PRPC_BEFOR_AUTH(__H2N_NE__, __BEGIN__, __END__, __CB__) (__H2N_NE__::regH2N(__BEGIN__::descriptor(), __END__::descriptor(), NULL, (void*)(__CB__), false));
#define X_MSG_H2N_PRPC_AFTER_AUTH(__H2N_NE__, __BEGIN__, __END__, __CB__) (__H2N_NE__::regH2N(__BEGIN__::descriptor(), __END__::descriptor(), NULL, (void*)(__CB__), true));
#define X_MSG_H2N_PRPC_AFTER_AUTH_FOREIGN(__H2N_NE__, __BEGIN__, __END__, __CB__) (__H2N_NE__::regH2N(__BEGIN__::descriptor(), __END__::descriptor(), NULL, (void*)(__CB__), true, true));
#define X_MSG_H2N_PRPC_BEFOR_AUTH_UNI(__H2N_NE__, __UNI__, __CB__) (__H2N_NE__::regH2N(NULL, NULL, __UNI__::descriptor(), (void*)(__CB__), false));
#define X_MSG_H2N_PRPC_AFTER_AUTH_UNI(__H2N_NE__, __UNI__, __CB__) (__H2N_NE__::regH2N(NULL, NULL, __UNI__::descriptor(), (void*)(__CB__), true));
class XmsgImH2NMsgMgr: public XmsgImMsgMgr
{
public:
XmsgImH2NMsgMgr();
virtual ~XmsgImH2NMsgMgr();
};
#endif
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )