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.
Diff: TCPSocket.cpp
- Revision:
- 15:94e2cf3a06be
- Parent:
- 10:97d166c4a193
- Child:
- 17:b1d417383c0d
diff -r 7ca9776b9cc0 -r 94e2cf3a06be TCPSocket.cpp --- a/TCPSocket.cpp Tue Apr 05 23:39:54 2016 +0000 +++ b/TCPSocket.cpp Tue Apr 05 23:47:04 2016 +0000 @@ -18,7 +18,7 @@ #include "Timer.h" TCPSocket::TCPSocket(NetworkInterface *iface) - : Socket(iface, NetworkInterface::TCP) + : Socket(iface, NSAPI_TCP) { }