SocketGUS

Fork of Socket by mbed official

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: