Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: SNIC-xively-jumpstart-demo SNIC-FluentLogger-example TCPEchoServer murataDemo ... more
Fork of YDwifiInterface by
Diff: Socket/TCPSocketServer.h
- Revision:
- 25:67183ed15708
- Parent:
- 23:4ff2231ff9ba
- Child:
- 26:f2e1030964e4
diff -r 987e412ae879 -r 67183ed15708 Socket/TCPSocketServer.h --- a/Socket/TCPSocketServer.h Fri Mar 28 00:45:15 2014 +0000 +++ b/Socket/TCPSocketServer.h Fri Mar 28 01:56:08 2014 +0000 @@ -30,6 +30,7 @@ #ifndef TCPSOCKETSERVER_H #define TCPSOCKETSERVER_H +#include "MurataObject.h" #include "Socket.h" #include "TCPSocketConnection.h"

Murata TypeYD