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:
- 33:2fd212f8da61
- Parent:
- 30:9002476b9136
--- a/TCPSocket.cpp Tue Apr 19 18:26:21 2016 -0500 +++ b/TCPSocket.cpp Tue Apr 19 18:26:36 2016 -0500 @@ -21,12 +21,12 @@ { } -TCPSocket::TCPSocket(NetworkInterface *iface) +TCPSocket::TCPSocket(NetworkStack *iface) { open(iface); } -int TCPSocket::open(NetworkInterface *iface) +int TCPSocket::open(NetworkStack *iface) { return Socket::open(iface, NSAPI_TCP); }