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: SocketAddress.cpp
- Revision:
- 33:2fd212f8da61
- Parent:
- 28:90d8f662de83
diff -r d28d8b508e7c -r 2fd212f8da61 SocketAddress.cpp --- a/SocketAddress.cpp Tue Apr 19 18:26:21 2016 -0500 +++ b/SocketAddress.cpp Tue Apr 19 18:26:36 2016 -0500 @@ -15,7 +15,7 @@ */ #include "SocketAddress.h" -#include "NetworkInterface.h" +#include "NetworkStack.h" #include <string.h> #include "mbed.h" @@ -126,7 +126,7 @@ } -SocketAddress::SocketAddress(NetworkInterface *iface, const char *host, uint16_t port) +SocketAddress::SocketAddress(NetworkStack *iface, const char *host, uint16_t port) { // Check for valid IP addresses if (host && ipv4_is_valid(host)) {