SNIC UART Interface library for Murata Type-YD module
Dependents: WebSocketServerTest
Fork of SNICInterface_mod by
Diff: Socket/TCPSocketServer.h
- Revision:
- 49:5a5cae02bdf0
- Parent:
- 41:1c1b5ad4d491
diff -r e3a26a484d1c -r 5a5cae02bdf0 Socket/TCPSocketServer.h --- a/Socket/TCPSocketServer.h Tue Jan 27 07:25:21 2015 +0000 +++ b/Socket/TCPSocketServer.h Sat Jan 31 13:41:56 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