mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
adds virtual destructors where appropriate
This commit is contained in:
@@ -410,6 +410,7 @@ struct endpoint_traits< endpoint<role, socket, logger> > {
|
||||
typedef typename connection_type::ptr connection_ptr;
|
||||
typedef typename message::data::ptr message_ptr;
|
||||
|
||||
virtual ~handler() {}
|
||||
|
||||
/// on_load is the first callback called for a handler after a new
|
||||
/// connection has been transferred to it mid flight.
|
||||
|
||||
@@ -84,6 +84,7 @@ namespace processor {
|
||||
|
||||
class processor_base {
|
||||
public:
|
||||
virtual ~processor_base() {}
|
||||
// validate client handshake
|
||||
// validate server handshake
|
||||
|
||||
|
||||
Reference in New Issue
Block a user