adds a pointer type

This commit is contained in:
Peter Thorson
2013-01-06 08:50:15 -06:00
parent 266ceafa26
commit b5a5fd6fe3

View File

@@ -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() {};