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.
Fork of Socket by
Diff: TCPSocketConnection.h
- Revision:
- 7:ac5f77f4497a
- Parent:
- 6:cd2e5559786d
- Child:
- 8:9cf9c2d45264
--- a/TCPSocketConnection.h Fri Jul 27 13:58:53 2012 +0000
+++ b/TCPSocketConnection.h Fri Jul 27 14:22:45 2012 +0000
@@ -25,7 +25,7 @@
/**
This is a C++ abstraction for TCP networking sockets.
*/
-class TCPSocketConnection : public Socket, Endpoint {
+class TCPSocketConnection : public Socket, public Endpoint {
friend class TCPSocketServer;
public:
