BIND 10 trac2587, updated. d3c90ab38ecda07729741cb67505c4e9a659c6be [2587] Some final cleanups

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jan 18 09:56:57 UTC 2013


The branch, trac2587 has been updated
       via  d3c90ab38ecda07729741cb67505c4e9a659c6be (commit)
      from  39512e1b3142a1006cb793817691f4ce9fd7480c (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 d3c90ab38ecda07729741cb67505c4e9a659c6be
Author: Jelte Jansen <jelte at isc.org>
Date:   Fri Jan 18 10:56:24 2013 +0100

    [2587] Some final cleanups
    
    - added include scoped_ptr.hpp
    - removed empty destructor

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

Summary of changes:
 src/lib/testutils/srv_test.cc |    2 ++
 src/lib/testutils/srv_test.h  |    1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/testutils/srv_test.cc b/src/lib/testutils/srv_test.cc
index 3486656..7b0b1bb 100644
--- a/src/lib/testutils/srv_test.cc
+++ b/src/lib/testutils/srv_test.cc
@@ -27,6 +27,8 @@
 #include <testutils/dnsmessage_test.h>
 #include <testutils/srv_test.h>
 
+#include <boost/scoped_ptr.hpp>
+
 using namespace isc::dns;
 using namespace isc::util;
 using namespace isc::asiolink;
diff --git a/src/lib/testutils/srv_test.h b/src/lib/testutils/srv_test.h
index 23d232b..a37d79b 100644
--- a/src/lib/testutils/srv_test.h
+++ b/src/lib/testutils/srv_test.h
@@ -53,7 +53,6 @@ extern const unsigned int CD_FLAG;
 class SrvTestBase : public ::testing::Test {
 protected:
     SrvTestBase();
-    virtual ~SrvTestBase() {}
 
     /// Let the server process a DNS message.
     ///



More information about the bind10-changes mailing list