Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of NySNICInterface by
Diff: Socket/TCPSocketConnection.cpp
- Revision:
- 26:f2e1030964e4
- Parent:
- 24:987e412ae879
- Child:
- 27:dcc4f34448f0
diff -r 67183ed15708 -r f2e1030964e4 Socket/TCPSocketConnection.cpp
--- a/Socket/TCPSocketConnection.cpp Fri Mar 28 01:56:08 2014 +0000
+++ b/Socket/TCPSocketConnection.cpp Fri Mar 28 03:03:40 2014 +0000
@@ -36,6 +36,10 @@
{
}
+TCPSocketConnection::~TCPSocketConnection()
+{
+}
+
int TCPSocketConnection::connect( unsigned int ip_addr, unsigned short port)
{
int ret;
