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 --- test/test_network.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_network.cpp') diff --git a/test/test_network.cpp b/test/test_network.cpp index e5d2b1d..c4fe2e2 100644 --- a/test/test_network.cpp +++ b/test/test_network.cpp @@ -86,7 +86,7 @@ struct MyNet: public MsgNetworkByteOp { 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