BIND 10 trac991, updated. 3f7c07ffda7d4435c0bf241396f914cb336ddfcd [991] Added virtual destructor to the base class.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Apr 9 19:36:51 UTC 2013


The branch, trac991 has been updated
       via  3f7c07ffda7d4435c0bf241396f914cb336ddfcd (commit)
      from  fdb64790c2d2e104630ffe208439048f0abc50d4 (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 3f7c07ffda7d4435c0bf241396f914cb336ddfcd
Author: Marcin Siodelski <marcin at isc.org>
Date:   Tue Apr 9 21:36:31 2013 +0200

    [991] Added virtual destructor to the base class.

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

Summary of changes:
 src/lib/dhcp/pkt_filter.h |    3 +++
 1 file changed, 3 insertions(+)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/pkt_filter.h b/src/lib/dhcp/pkt_filter.h
index 9edde66..946bd14 100644
--- a/src/lib/dhcp/pkt_filter.h
+++ b/src/lib/dhcp/pkt_filter.h
@@ -42,6 +42,9 @@ class Iface;
 class PktFilter {
 public:
 
+    /// @brief Virtual Destructor
+    virtual ~PktFilter() { }
+
     /// @brief Open socket.
     ///
     /// @param iface interface descriptor



More information about the bind10-changes mailing list