随笔分类 -  msg

CMsgMng
摘要:/*** @file CMsgMng.h* @brief* @author jxd* @date 2019-04-02*/#ifndef CMSGMNG_H#define CMSGMNG_H #pragma once #include "boost/thread.hpp"#include <boos 阅读全文
posted @ 2019-10-23 10:57 码农er 阅读(204) 评论(0) 推荐(0)
MsgExport
摘要:#ifndef MSGEXPORT_H#define MSGEXPORT_H #include "common/Export.h" #ifdef MSG_API_EXPORTS#define MSG_API G_DECL_EXPORT#else#define MSG_API G_DECL_IMPOR 阅读全文
posted @ 2019-10-23 10:57 码农er 阅读(97) 评论(0) 推荐(0)
CMsgComm
摘要:#ifndef CMSGCOMM_H#define CMSGCOMM_H #pragma once #include <msg/MsgExport.h>#include <msg/CMsg.h>#include <vector>#include <boost/thread.hpp>#include 阅读全文
posted @ 2019-10-23 10:56 码农er 阅读(152) 评论(0) 推荐(0)
CMsg
摘要:/*********************************************************************************** @file CMsg.h* @brief 消息类头文件************************************** 阅读全文
posted @ 2019-10-23 10:53 码农er