Christopher Haster / NetworkSocketAPI

Dependencies:   DnsQuery

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
      *