diff options
author | Francis Dupont <fdupont@isc.org> | 2020-07-31 00:04:26 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2020-08-13 15:54:14 +0200 |
commit | 2035f64c1c0d0908c71b47a0c321ed66784e391c (patch) | |
tree | b9f69a38a572cb7afe2763143fc5c877b218ebad /src/lib/asiolink/testutils/test_server_unix_socket.h | |
parent | [#285] Corrected changelog numbering (diff) | |
download | kea-2035f64c1c0d0908c71b47a0c321ed66784e391c.tar.xz kea-2035f64c1c0d0908c71b47a0c321ed66784e391c.zip |
[#1308] Got rid of boost function/bind
Diffstat (limited to 'src/lib/asiolink/testutils/test_server_unix_socket.h')
-rw-r--r-- | src/lib/asiolink/testutils/test_server_unix_socket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/asiolink/testutils/test_server_unix_socket.h b/src/lib/asiolink/testutils/test_server_unix_socket.h index d5aec7575a..c272ee7ce4 100644 --- a/src/lib/asiolink/testutils/test_server_unix_socket.h +++ b/src/lib/asiolink/testutils/test_server_unix_socket.h @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2017-2020 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -43,7 +43,7 @@ class ConnectionPool; /// using @ref TestServerUnixSocket::getResponseNum. /// /// This class uses @c shared_from_this() to pass its instance to the -/// @c boost::bind function, thus the caller must store shared pointer +/// @c std::bind function, thus the caller must store shared pointer /// to this object. class TestServerUnixSocket { public: |