[svn] commit: r2556 - /branches/trac221b/src/bin/auth/asio_link.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jul 21 00:54:47 UTC 2010
Author: jinmei
Date: Wed Jul 21 00:54:46 2010
New Revision: 2556
Log:
removed unnecessary forward declaration, and added a comment about the remaining one.
Modified:
branches/trac221b/src/bin/auth/asio_link.h
Modified: branches/trac221b/src/bin/auth/asio_link.h
==============================================================================
--- branches/trac221b/src/bin/auth/asio_link.h (original)
+++ branches/trac221b/src/bin/auth/asio_link.h Wed Jul 21 00:54:46 2010
@@ -30,10 +30,8 @@
#include <exceptions/exceptions.h>
namespace asio {
+// forward declaration forIOService::get_io_service() below
class io_service;
-namespace ip {
-class address;
-}
}
class AuthSrv;
More information about the bind10-changes
mailing list