mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 10:40:05 +08:00
删除过期接口
This commit is contained in:
parent
30e5d37c8a
commit
7ba81499ec
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user