customized SNICInterface
Fork of NySNICInterface by
Diff: Socket/UDPSocket.cpp
- Revision:
- 26:f2e1030964e4
- Parent:
- 20:dd736d328de6
- Child:
- 29:6a0ba999597d
diff -r 67183ed15708 -r f2e1030964e4 Socket/UDPSocket.cpp --- a/Socket/UDPSocket.cpp Fri Mar 28 01:56:08 2014 +0000 +++ b/Socket/UDPSocket.cpp Fri Mar 28 03:03:40 2014 +0000 @@ -37,6 +37,10 @@ UDPSocket::UDPSocket() { } +UDPSocket::~UDPSocket() +{ +} + int UDPSocket::init(void) { return 0;