2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[4009] Updated asiolink.h

This commit is contained in:
Francis Dupont
2015-09-03 20:01:21 +02:00
parent 203667d650
commit 46e788c105

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2010, 2015 Internet Systems Consortium, Inc. ("ISC")
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
@@ -33,7 +33,7 @@
/// The \c asiolink namespace is used to define a set of wrapper interfaces
/// for the ASIO library.
///
/// Kea uses the non-Boost version of ASIO because it's header-only,
/// Kea uses the Boost version of ASIO in its header-only mode,
/// i.e., does not require a separate library object to be linked, and thus
/// lowers the bar for introduction.
///