mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
adds a pointer type
This commit is contained in:
@@ -51,7 +51,9 @@ class connection : public security {
|
||||
public:
|
||||
typedef connection<security> type;
|
||||
typedef security security_type;
|
||||
|
||||
|
||||
typedef lib::shared_ptr<type> ptr;
|
||||
|
||||
class handler_interface : public security_type::handler_interface {
|
||||
public:
|
||||
virtual void on_tcp_init() {};
|
||||
|
||||
Reference in New Issue
Block a user