Commit 7ba81499 by xiongziliang

删除过期接口

parent 30e5d37c
......@@ -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);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论