debug version

Dependents:   HTTPClient_WiFi_HelloWorld_src

Fork of SNICInterface by muRata

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