SNIC UART Interface library for Murata Type-YD module

Dependents:   WebSocketServerTest

Fork of SNICInterface_mod by Toyomasa Watarai

Revision:
26:f2e1030964e4
Parent:
25:67183ed15708
Child:
29:6a0ba999597d
--- a/Socket/TCPSocketServer.h	Fri Mar 28 01:56:08 2014 +0000
+++ b/Socket/TCPSocketServer.h	Fri Mar 28 03:03:40 2014 +0000
@@ -46,6 +46,7 @@
     /** Instantiate a TCP Server.
     */
     TCPSocketServer();
+    virtual ~TCPSocketServer();
     
     /** Bind a socket to a specific port.
     \param port The port to listen for incoming connections on.