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.
ITcpService
1 parent 3883b2d commit 88d8ff2Copy full SHA for 88d8ff2
include/brynet/base/Timer.hpp
@@ -76,7 +76,7 @@ class Timer final
76
friend class TimerMgr;
77
};
78
79
-class RepeatTimer
+class RepeatTimer final
80
{
81
public:
82
using Ptr = std::shared_ptr<RepeatTimer>;
include/brynet/net/TcpService.hpp
@@ -12,6 +12,7 @@ class ITcpService
12
using Ptr = std::shared_ptr<ITcpService>;
13
14
15
+ virtual ~ITcpService() = default;
16
virtual bool addTcpConnection(TcpSocket::Ptr socket, ConnectionOption options) = 0;
17
18
0 commit comments