From 0d6000e8e75e45d83dfc5718bd249a11fcce45a3 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期五, 15 一月 2021 16:10:15 +0800 Subject: [PATCH] update --- src/socket/net_mod_socket_wrapper.cpp | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/socket/net_mod_socket_wrapper.cpp b/src/socket/net_mod_socket_wrapper.cpp index cfda368..83161bc 100644 --- a/src/socket/net_mod_socket_wrapper.cpp +++ b/src/socket/net_mod_socket_wrapper.cpp @@ -8,7 +8,6 @@ * 鍒涘缓 */ void * net_mod_socket_open() { - printf("=====net_mod_socket_open\n"); NetModSocket *sockt = new NetModSocket; return (void *)sockt; } @@ -17,13 +16,10 @@ * 鍏抽棴 */ void net_mod_socket_close(void *_socket) { - printf("====net_mod_socket_close\n"); NetModSocket *sockt = (NetModSocket *)_socket; delete sockt; } - - /** * 缁戝畾绔彛鍒皊ocket, 濡傛灉涓嶇粦瀹氬垯绯荤粺鑷姩鍒嗛厤涓�涓� * @return 0 鎴愬姛锛� 鍏朵粬鍊� 澶辫触鐨勯敊璇爜 @@ -157,7 +153,6 @@ * 鍙栨秷璁㈤槄鎸囧畾涓婚 * @topic 涓婚,涓婚涓虹┖鏃跺彇娑堝叏閮ㄨ闃� * @size 涓婚闀垮害 - * @port 鎬荤嚎绔彛 */ int net_mod_socket_desub(void * _socket, void *topic, int size) { NetModSocket *sockt = (NetModSocket *)_socket; -- Gitblit v1.8.0