BIND 10 master, updated. c9ba8373e271fb3c966fb59813c21ca8c575354d Add a virtual destructor

BIND 10 source code commits bind10-changes at lists.isc.org
Sat Oct 20 13:36:16 UTC 2012


The branch, master has been updated
       via  c9ba8373e271fb3c966fb59813c21ca8c575354d (commit)
      from  7868cb5a0cb2c276114c8d762a89bc59d8169df8 (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 c9ba8373e271fb3c966fb59813c21ca8c575354d
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Sat Oct 20 15:11:43 2012 +0200

    Add a virtual destructor
    
    To fix compilation.

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

Summary of changes:
 src/lib/datasrc/memory/zone_writer.h |    3 +++
 1 file changed, 3 insertions(+)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/zone_writer.h b/src/lib/datasrc/memory/zone_writer.h
index fe8dc2a..0e8f285 100644
--- a/src/lib/datasrc/memory/zone_writer.h
+++ b/src/lib/datasrc/memory/zone_writer.h
@@ -37,6 +37,9 @@ namespace memory {
 /// (how to achieve that may be implementation dependant).
 class ZoneWriter {
 public:
+    /// \brief Virtual destructor.
+    virtual ~ZoneWriter() {};
+
     /// \brief Get the zone data into memory.
     ///
     /// This is the part that does the time-consuming loading into the memory.



More information about the bind10-changes mailing list