[svn] commit: r2727 - /trunk/src/lib/cc/session.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Aug 14 00:41:59 UTC 2010
Author: jinmei
Date: Sat Aug 14 00:41:59 2010
New Revision: 2727
Log:
minor comment fix: adjust it to reflect the change from boost-asio to non-boost asio.
Modified:
trunk/src/lib/cc/session.cc
Modified: trunk/src/lib/cc/session.cc
==============================================================================
--- trunk/src/lib/cc/session.cc (original)
+++ trunk/src/lib/cc/session.cc Sat Aug 14 00:41:59 2010
@@ -134,7 +134,7 @@
try {
asio::read(socket_, asio::buffer(data, datalen));
} catch (const asio::system_error& asio_ex) {
- // to hide boost specific exceptions, we catch them explicitly
+ // to hide ASIO specific exceptions, we catch them explicitly
// and convert it to SessionError.
isc_throw(SessionError, "ASIO read failed: " << asio_ex.what());
}
More information about the bind10-changes
mailing list