From 3f1c768e2d5b5e51dec08499d6a877220f33d7a6 Mon Sep 17 00:00:00 2001 From: Determinant Date: Fri, 3 Aug 2018 13:52:09 -0400 Subject: rename handler_bind and move to type.h --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 06fa050..03fef81 100644 --- a/README.rst +++ b/README.rst @@ -132,7 +132,7 @@ Example (MsgNetwork layer) name(name), peer(peer) { /* message handler could be a bound method */ - reg_handler(salticidae::handler_bind( + reg_handler(salticidae::generic_bind( &MyNet::on_receive_hello, this, _1, _2)); reg_conn_handler([this](ConnPool::Conn &conn) { -- cgit v1.2.3