NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
105:2fd212f8da61
Parent:
98:0f614f1d0398
Child:
115:950b19eb0f02
--- a/TCPServer.cpp	Tue Apr 19 18:26:21 2016 -0500
+++ b/TCPServer.cpp	Tue Apr 19 18:26:36 2016 -0500
@@ -21,12 +21,12 @@
 {
 }
 
-TCPServer::TCPServer(NetworkInterface *iface)
+TCPServer::TCPServer(NetworkStack *iface)
 {
     open(iface);
 }
 
-int TCPServer::open(NetworkInterface *iface)
+int TCPServer::open(NetworkStack *iface)
 {
     return Socket::open(iface, NSAPI_TCP);
 }