for EthernetInterface library compatibility.\\ ** Unoffical fix. may be a problem. **

Dependents:   SNIC-httpclient-example SNIC-ntpclient-example

Fork of SNICInterface by muRata

Revision:
26:f2e1030964e4
Parent:
20:dd736d328de6
Child:
29:6a0ba999597d
--- a/Socket/TCPSocketServer.cpp	Fri Mar 28 01:56:08 2014 +0000
+++ b/Socket/TCPSocketServer.cpp	Fri Mar 28 03:03:40 2014 +0000
@@ -37,6 +37,10 @@
 {
 }
 
+TCPSocketServer::~TCPSocketServer()
+{
+}
+
 int TCPSocketServer::bind(int port) 
 {
     return 0;