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:
29:6a0ba999597d
Child:
39:a1233ca02edf
--- a/Socket/TCPSocketConnection.h	Thu May 29 03:23:21 2014 +0000
+++ b/Socket/TCPSocketConnection.h	Fri May 30 08:30:40 2014 +0000
@@ -80,6 +80,7 @@
      */
     int receive(char *data_p, int length);
     
+    void setAcceptSocket( int socket_id );
 private:
 
 };