BIND 10 trac678, updated. 2bb953ee477f97c9ed8b4f4dc3857ed0718f1aec [trac678] fix coding style issue

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Mar 15 12:52:20 UTC 2011


The branch, trac678 has been updated
       via  2bb953ee477f97c9ed8b4f4dc3857ed0718f1aec (commit)
      from  8251cd8f3a007756ad570dd7983660dfc353d6e2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2bb953ee477f97c9ed8b4f4dc3857ed0718f1aec
Author: hanfeng <ben.han.cn at gmail.com>
Date:   Tue Mar 15 20:51:38 2011 +0800

    [trac678] fix coding style issue

-----------------------------------------------------------------------

Summary of changes:
 src/lib/asiolink/tests/dns_server_unittest.cc |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/asiolink/tests/dns_server_unittest.cc b/src/lib/asiolink/tests/dns_server_unittest.cc
index 30d131c..66ac8fd 100644
--- a/src/lib/asiolink/tests/dns_server_unittest.cc
+++ b/src/lib/asiolink/tests/dns_server_unittest.cc
@@ -102,7 +102,7 @@ class DummyChecker : public SimpleCallback, public ServerStopper {
 };
 
 // \brief no lookup logic at all,just provide a checkpoint to stop the server
-class DummyLookup : public DNSLookup, public ServerStopper{
+class DummyLookup : public DNSLookup, public ServerStopper {
     public:
         void operator()(const IOMessage& io_message,
                 isc::dns::MessagePtr message,
@@ -134,8 +134,7 @@ class SimpleAnswer : public DNSAnswer, public ServerStopper {
 //  in case, server stopped and client cann't get response, there is a timer wait
 //  for specified seconds (the value is just a estimate since server process logic is quite
 //  simple, and all the intercommunication is local) then cancel the waiting.
-class SimpleClient : public ServerStopper
-{
+class SimpleClient : public ServerStopper {
     public:
     static const size_t MAX_DATA_LEN = 256;
     SimpleClient(asio::io_service& service,
@@ -194,8 +193,7 @@ class SimpleClient : public ServerStopper
 
 
 
-class UDPClient : public SimpleClient
-{
+class UDPClient : public SimpleClient {
     public:
     //After 1 seconds without feedback client will stop wait
     static const unsigned int server_time_out = 1;
@@ -236,8 +234,7 @@ class UDPClient : public SimpleClient
 };
 
 
-class TCPClient : public SimpleClient
-{
+class TCPClient : public SimpleClient {
     public:
     // after 2 seconds without feedback client will stop wait,
     // this includes connect, send message and recevice message




More information about the bind10-changes mailing list