1 Star 0 Fork 11

kirahua / libx-msg-im-xsc

forked from DEV5 / libx-msg-im-xsc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
libx-msg-im-xsc.h 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
xzwdev 提交于 2019-12-13 22:52 . dev5
/*
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 LIB_X_MSG_IM_XSC_H_
#define LIB_X_MSG_IM_XSC_H_
#include "XmsgImN2HMsgMgr.h"
#include "XmsgImLog.h"
#include "XmsgImTransInitiative.h"
#include "XmsgImTransPassive.h"
#include "XmsgImTransUnidirectionInit.h"
#include "XmsgImTransUnidirectionPass.h"
#include "http/XmsgImHttpChannel.h"
#include "http/XmsgImHttpLog.h"
#include "rudp/XmsgImRudpChannel.h"
#include "rudp/XmsgImRudpLog.h"
#include "tcp/XmsgImTcpLog.h"
#include "tcp/XmsgImTcpN2H.h"
#include "tcp/XmsgImTcpH2N.h"
#include "udp/XmsgImUdpChannel.h"
#include "udp/XmsgImUdpLog.h"
#include "ws/XmsgImWebSocketChannel.h"
#include "ws/XmsgImWebSocketLog.h"
#endif
C++
1
https://gitee.com/kirahua/libx-msg-im-xsc.git
git@gitee.com:kirahua/libx-msg-im-xsc.git
kirahua
libx-msg-im-xsc
libx-msg-im-xsc
master

搜索帮助