#include <string>类型定义 | |
| typedef void(* | ZZDNetServerLogCallback) (std::string log, void *usr) |
| 服务器Log回调函数定义 | |
| typedef void(* | ZZDNetServerClientInfoCallback) (std::string name, std::string socket, std::string info, void *usr) |
| 服务器客户端信息回调函数定义 | |
| typedef void(* ZZDNetServerClientInfoCallback) (std::string name, std::string socket, std::string info, void *usr) |
服务器客户端信息回调函数定义
| typedef void(* ZZDNetServerLogCallback) (std::string log, void *usr) |
服务器Log回调函数定义