BIND 10 trac2907, updated. 16f7fffa1820f7e65d28e807a81d89dd59390037 [2907] add SingletonList::getZoneTableAccessor because of base class change
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 29 19:15:29 UTC 2013
The branch, trac2907 has been updated
via 16f7fffa1820f7e65d28e807a81d89dd59390037 (commit)
from 807607ead100bba4afa0c5af2697ebe6dd2f4ec7 (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 16f7fffa1820f7e65d28e807a81d89dd59390037
Author: Paul Selkirk <pselkirk at isc.org>
Date: Wed May 29 15:15:21 2013 -0400
[2907] add SingletonList::getZoneTableAccessor because of base class change
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/tests/query_unittest.cc | 6 ++++++
1 file changed, 6 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/query_unittest.cc b/src/bin/auth/tests/query_unittest.cc
index 9bf1358..506576f 100644
--- a/src/bin/auth/tests/query_unittest.cc
+++ b/src/bin/auth/tests/query_unittest.cc
@@ -80,6 +80,12 @@ public:
return (FindResult());
}
}
+ virtual ConstZoneTableAccessorPtr
+ getZoneTableAccessor(const std::string&, bool) const {
+ isc_throw(isc::NotImplemented,
+ "getZoneTableAccessor not implemented for SingletonList");
+ }
+
private:
DataSourceClient& client_;
};
More information about the bind10-changes
mailing list