mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-07-30 00:15:46 -04:00
don't need this...really, could just have it return but for the sake of killing a warning, meh
This commit is contained in:
@@ -28,7 +28,6 @@ public:
|
||||
virtual void OnConnectComplete(UdpConnection *con);
|
||||
virtual void OnTerminated(UdpConnection *con);
|
||||
virtual void OnPacketCorrupt(UdpConnection *con, const uchar *data, int dataLen, UdpCorruptionReason reason);
|
||||
virtual void ~UdpConnectionHandlerInternal();
|
||||
private:
|
||||
UdpConnectionHandlerInternal(UdpConnectionHandlerInternal const &);
|
||||
UdpConnectionHandlerInternal &operator=(UdpConnectionHandlerInternal const &);
|
||||
|
||||
Reference in New Issue
Block a user