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.h
- Revision:
- 33:2fd212f8da61
- Parent:
- 32:d28d8b508e7c
--- a/SocketAddress.h Tue Apr 19 18:26:21 2016 -0500 +++ b/SocketAddress.h Tue Apr 19 18:26:36 2016 -0500 @@ -56,7 +56,7 @@ #define NSAPI_IPv6_BYTES 16 // Predeclared classes -class NetworkInterface; +class NetworkStack; /** SocketAddress class @@ -76,7 +76,7 @@ * @param host Hostname to resolve * @param port Optional 16-bit port */ - SocketAddress(NetworkInterface *iface, const char *host, uint16_t port = 0); + SocketAddress(NetworkStack *iface, const char *host, uint16_t port = 0); /** Create a SocketAddress from an IP address and port *