BIND 10 master, updated. 2f5ba8955ec66c1c7af60b85272f03383b256fc0 [master] Add virtual destructor for base class Iter
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jan 11 13:24:04 UTC 2013
The branch, master has been updated
via 2f5ba8955ec66c1c7af60b85272f03383b256fc0 (commit)
from 61e7fa26cfe5ec6cd4a381bdc9e5bc25437f2620 (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 2f5ba8955ec66c1c7af60b85272f03383b256fc0
Author: Jelte Jansen <jelte at isc.org>
Date: Fri Jan 11 14:23:42 2013 +0100
[master] Add virtual destructor for base class Iter
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/rrset_collection_base.h | 2 ++
1 file changed, 2 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/rrset_collection_base.h b/src/lib/dns/rrset_collection_base.h
index 27e46d1..35a1a9a 100644
--- a/src/lib/dns/rrset_collection_base.h
+++ b/src/lib/dns/rrset_collection_base.h
@@ -72,6 +72,8 @@ protected:
/// iterator only.
class Iter {
public:
+ virtual ~Iter() {};
+
/// \brief Returns the \c AbstractRRset currently pointed to by
/// the iterator.
virtual const isc::dns::AbstractRRset& getValue() = 0;
More information about the bind10-changes
mailing list