Custom and bugfix

Dependents:   HTTPClient_HelloWorld_WIZ820io NTPClient_HelloWorld_WIZ820io TinyHTTPServer_WIZ820io

Fork of WIZ820ioInterface by Norimasa Okamoto

Revision:
8:6ff41cd782f5
Parent:
1:fb4494783863
--- a/Socket/TCPSocketServer.h	Sun Feb 02 14:20:31 2014 +0000
+++ b/Socket/TCPSocketServer.h	Tue Feb 04 03:20:06 2014 +0000
@@ -47,6 +47,11 @@
     \return 0 on success, -1 on failure.
     */
     int accept(TCPSocketConnection& connection);
+
+  private:
+    int _port;
+
+    int bind_socket();
 };
 
 #endif