[svn] commit: r2480 - /branches/trac221b/src/bin/auth/asio_link.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Sat Jul 10 19:09:43 UTC 2010


Author: jinmei
Date: Sat Jul 10 19:09:43 2010
New Revision: 2480

Log:
cleanup: removed an unnecessary namespace prefix.

Modified:
    branches/trac221b/src/bin/auth/asio_link.cc

Modified: branches/trac221b/src/bin/auth/asio_link.cc
==============================================================================
--- branches/trac221b/src/bin/auth/asio_link.cc (original)
+++ branches/trac221b/src/bin/auth/asio_link.cc Sat Jul 10 19:09:43 2010
@@ -201,7 +201,7 @@
                                placeholders::bytes_transferred));
     }
 
-    ip::tcp::socket& getSocket() { return (socket_); }
+    tcp::socket& getSocket() { return (socket_); }
 
     void headerRead(const asio::error_code& error,
                     size_t bytes_transferred)




More information about the bind10-changes mailing list