diff --git a/LaiPuLaser/ClientMgr.h b/LaiPuLaser/ClientMgr.h index 96c5808..47c1654 100644 --- a/LaiPuLaser/ClientMgr.h +++ b/LaiPuLaser/ClientMgr.h @@ -64,7 +64,6 @@ private: //start--------------设定发送超时--------------------- private: - //virtual int Send(const void* lpBuf, int nBufLen, int nFlags = 0) override; //重写 加入超时 virtual BOOL Connect(LPCTSTR lpszHostAddress, UINT nHostPort); //重写 加入超时 BOOL SetTimeOut(UINT uTimeOut = 500);//ms级延时 BOOL KillTimeOut();