BIND 10 trac2850_3, updated. 465a926d11f043b79483f00bafb77b0926c1cb6b [2850] Add comment that the string returned by getImplType() should match the one passed to create()
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 15 14:24:31 UTC 2013
The branch, trac2850_3 has been updated
via 465a926d11f043b79483f00bafb77b0926c1cb6b (commit)
from bb8a03934fabf266b6ade7b0bdf07d429dbdec43 (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 465a926d11f043b79483f00bafb77b0926c1cb6b
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed May 15 19:53:58 2013 +0530
[2850] Add comment that the string returned by getImplType() should match the one passed to create()
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/memory/zone_table_segment.h | 4 ++++
1 file changed, 4 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/zone_table_segment.h b/src/lib/datasrc/memory/zone_table_segment.h
index 4761c46..5c4bdd4 100644
--- a/src/lib/datasrc/memory/zone_table_segment.h
+++ b/src/lib/datasrc/memory/zone_table_segment.h
@@ -128,6 +128,10 @@ public:
/// \brief Return a string name for the \c ZoneTableSegment
/// implementation.
///
+ /// Implementations of this method should ensure that the returned
+ /// string is identical to the corresponding string passed to
+ /// \c ZoneTableSegment::create() for that implementation.
+ ///
/// \throw None This method's implementations must be
/// exception-free.
virtual const std::string& getImplType() const = 0;
More information about the bind10-changes
mailing list