mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-14 23:07:48 -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