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
Revision 7:ac5f77f4497a, committed 2012-07-27
- Comitter:
- emilmont
- Date:
- Fri Jul 27 14:22:45 2012 +0000
- Parent:
- 6:cd2e5559786d
- Child:
- 8:9cf9c2d45264
- Commit message:
- The Endpoint inheritance should be public
Changed in this revision
| TCPSocketConnection.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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:
