SNIC UART Interface library: Serial to Wi-Fi library for Murata TypeYD Wi-Fi module. For more information about TypeYD: http://www.murata.co.jp/products/microwave/module/lbwb1zzydz/index.html

Dependents:   SNIC-xively-jumpstart-demo SNIC-FluentLogger-example TCPEchoServer murataDemo ... more

Fork of YDwifiInterface by Takao Kishino

Revision:
45:50d60753ade3
Parent:
41:1c1b5ad4d491
--- a/Socket/TCPSocketServer.h	Fri Nov 14 00:52:31 2014 +0000
+++ b/Socket/TCPSocketServer.h	Fri Jan 30 03:07:35 2015 +0000
@@ -52,7 +52,7 @@
     \param connection A TCPSocketConnection instance that will handle the incoming connection.
     \return 0 on success, -1 on failure.
     */
-    int accept(TCPSocketConnection *connection);
+    int accept(TCPSocketConnection& connection);
 };
 
 #endif