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

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

Fork of SNICInterface by muRata

Revision:
32:ae95309643aa
Parent:
30:944b8c04b5ff
Child:
34:8c3527b8f44e
--- a/Socket/TCPSocketConnection.cpp	Thu May 29 03:23:21 2014 +0000
+++ b/Socket/TCPSocketConnection.cpp	Fri May 30 08:30:40 2014 +0000
@@ -255,3 +255,8 @@
 
     return i;
 }
+
+void TCPSocketConnection::setAcceptSocket( int socket_id )
+{
+    mSocketID = socket_id;
+}