mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add missing virtual dtors
This commit is contained in:
@@ -47,6 +47,8 @@ public:
|
||||
boost::asio::ssl::context& context,
|
||||
Handler& handler);
|
||||
|
||||
virtual ~RPCServer () { }
|
||||
|
||||
/** Called when the connection is established.
|
||||
*/
|
||||
virtual void connected () = 0;
|
||||
|
||||
Reference in New Issue
Block a user