BIND 10 master, updated. b3419fdfa017ef3fd88aae1fc800ebb72ceaad02 [master] Added virtual destructor.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Sep 25 20:36:59 UTC 2012


The branch, master has been updated
       via  b3419fdfa017ef3fd88aae1fc800ebb72ceaad02 (commit)
      from  f406d515e8ee18165740fbba5db95789e2cd2703 (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 b3419fdfa017ef3fd88aae1fc800ebb72ceaad02
Author: Marcin Siodelski <marcin at isc.org>
Date:   Tue Sep 25 22:36:46 2012 +0200

    [master] Added virtual destructor.
    
    Fixes GCC 4.1.3 warning about the class having virtual functions and
    non-virtual constructor. Okayed on jabber.

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

Summary of changes:
 tests/tools/perfdhcp/test_control.h |    4 ++++
 1 file changed, 4 insertions(+)

-----------------------------------------------------------------------
diff --git a/tests/tools/perfdhcp/test_control.h b/tests/tools/perfdhcp/test_control.h
index 1b0b83c..f89a7be 100644
--- a/tests/tools/perfdhcp/test_control.h
+++ b/tests/tools/perfdhcp/test_control.h
@@ -141,6 +141,10 @@ public:
     /// (e.g. sequencial or based on random function).
     class NumberGenerator {
     public:
+
+        /// \brief Destructor.
+        virtual ~NumberGenerator() { }
+
         /// \brief Generate number.
         ///
         /// \return Generate number.



More information about the bind10-changes mailing list