Parcourir la source

[4009] Updated asiolink.h

Francis Dupont il y a 9 ans
Parent
commit
46e788c105
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/lib/asiolink/asiolink.h

+ 2 - 2
src/lib/asiolink/asiolink.h

@@ -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
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
 // 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
 /// The \c asiolink namespace is used to define a set of wrapper interfaces
 /// for the ASIO library.
 /// 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
 /// i.e., does not require a separate library object to be linked, and thus
 /// lowers the bar for introduction.
 /// lowers the bar for introduction.
 ///
 ///