ap

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
80:9c6673c93082
Parent:
79:43a7e8c0d6cc
Child:
81:1600369a29dd
--- a/TCPServer.h	Tue Apr 05 10:40:34 2016 -0500
+++ b/TCPServer.h	Tue Apr 05 12:02:56 2016 -0500
@@ -28,7 +28,6 @@
     /** TCP Server lifetime
     */
     TCPServer(NetworkInterface *iface);
-    ~TCPServer();
     
     /** Bind a socket to a specific port
     \param port     The port to listen for incoming connections on