NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
77:b66a6984ed2d
Parent:
76:bbe51641f405
Child:
78:0914f9b9b24b
--- a/TCPSocket.h	Tue Apr 05 09:07:28 2016 -0500
+++ b/TCPSocket.h	Tue Apr 05 09:16:47 2016 -0500
@@ -20,6 +20,7 @@
 #define TCPSOCKET_H
 
 #include "Socket.h"
+#include "NetworkInterface.h"
 
 /**
 TCP socket connection
@@ -28,7 +29,7 @@
 public:
     /** TCP socket lifetime
     */
-    TCPSocket();
+    TCPSocket(NetworkInterface *iface);
     ~TCPSocket();
     
     /** Connects this TCP socket to the server