From 9ee47e59995f858ec531b3ee467f131594e4ba1f Mon Sep 17 00:00:00 2001 From: Mattes D Date: Mon, 13 Apr 2020 18:38:06 +0200 Subject: Using Super. --- src/OSSupport/ServerHandleImpl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/OSSupport/ServerHandleImpl.h') diff --git a/src/OSSupport/ServerHandleImpl.h b/src/OSSupport/ServerHandleImpl.h index 1edd59dc1..eb0dca386 100644 --- a/src/OSSupport/ServerHandleImpl.h +++ b/src/OSSupport/ServerHandleImpl.h @@ -34,10 +34,11 @@ typedef std::vector cServerHandleImplPtrs; class cServerHandleImpl: public cServerHandle { - typedef cServerHandle super; + using Super = cServerHandle; friend class cTCPLinkImpl; public: + /** Closes the server, dropping all the connections. */ virtual ~cServerHandleImpl() override; -- cgit v1.2.3