From 7ba81499ecd8aee397798ad4f22f556ce5ea0734 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Mon, 28 Jan 2019 09:37:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=BF=87=E6=9C=9F=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Rtsp/UDPServer.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Rtsp/UDPServer.h b/src/Rtsp/UDPServer.h index 60aa7343..1b55b730 100644 --- a/src/Rtsp/UDPServer.h +++ b/src/Rtsp/UDPServer.h @@ -46,13 +46,6 @@ public: typedef function< bool(int, const Buffer::Ptr &, struct sockaddr *)> onRecvData; ~UDPServer(); static UDPServer &Instance(); - - /** - * 废弃的接口,无实际操作 - * @deprecated - */ - static void Destory(){}; - Socket::Ptr getSock(const char *strLocalIp, int iTrackIndex,uint16_t iLocalPort = 0); void listenPeer(const char *strPeerIp, void *pSelf, const onRecvData &cb); void stopListenPeer(const char *strPeerIp, void *pSelf);