NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
105:2fd212f8da61
Parent:
102:9002476b9136
Child:
115:950b19eb0f02
--- 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);
 }