diff options
author | Determinant <[email protected]> | 2018-08-03 13:52:09 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2018-08-03 13:52:09 -0400 |
commit | 3f1c768e2d5b5e51dec08499d6a877220f33d7a6 (patch) | |
tree | 208dfc45136706e395d16a37bf2bbf77dd548d98 /test/test_network.cpp | |
parent | 37dc1f5bfe6630c224d1b131562166ab5bdd9976 (diff) |
rename handler_bind and move to type.h
Diffstat (limited to 'test/test_network.cpp')
-rw-r--r-- | test/test_network.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |