From 954ead41d9391bca28a3cc4f9592f73f25b3bbc8 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期一, 02 一月 2023 17:55:06 +0800 Subject: [PATCH] '完善批量设置代码' --- app/SocketManager.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/SocketManager.h b/app/SocketManager.h index 2472881..35c0c1c 100644 --- a/app/SocketManager.h +++ b/app/SocketManager.h @@ -56,7 +56,7 @@ void disConnect(); int disConnect(int p); - BOOL sendMsg(int, const char *); + string sendMsg(int, const char *); static string sendMsg(const char*); -- Gitblit v1.8.0