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: EthernetInterface_vz
Fork of Socket by
Diff: TCPSocketServer.h
- Revision:
- 9:f972715add36
- Parent:
- 8:9cf9c2d45264
- Child:
- 10:d24738f4ef99
diff -r 9cf9c2d45264 -r f972715add36 TCPSocketServer.h
--- a/TCPSocketServer.h Fri Jul 27 15:50:23 2012 +0000
+++ b/TCPSocketServer.h Fri Jul 27 15:56:20 2012 +0000
@@ -23,7 +23,7 @@
/** TCP Server.
*/
-class TCPSocketServer : Socket {
+class TCPSocketServer : public Socket {
public:
/** Instantiate a TCP Server.
*/
