We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5ca62 commit 96a90c2Copy full SHA for 96a90c2
features/netsocket/TCPServer.h
@@ -59,6 +59,9 @@ class TCPServer : public TCPSocket {
59
*/
60
virtual ~TCPServer();
61
62
+ // Allow legacy TCPServer::accept() to override inherited Socket::accept()
63
+ using TCPSocket::accept;
64
+
65
/** Accepts a connection on a TCP socket
66
*
67
* The server socket must be bound and set to listen for connections.
0 commit comments