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