X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/3c8c4916710f8dea39786aaffca1edbccd1397a7..10e5dbdfc7cf72a000a90a2f1a27c7dc30364761:/communicator.cpp diff --git a/communicator.cpp b/communicator.cpp index 867d19e..e6a47b4 100644 --- a/communicator.cpp +++ b/communicator.cpp @@ -1,5 +1,5 @@ #include -#include +#include #include #include @@ -24,9 +24,8 @@ namespace { communicator::communicator() : host(static_cast(MSG_host_get_data(MSG_host_self()))) { - using std::tr1::bind; receiver_thread = new_msg_thread("receiver", - bind(&communicator::receiver, this)); + std::bind(&communicator::receiver, this)); receiver_thread->start(); }