BIND 10 trac1483, updated. 87a72f002abc5c6db9baeb3b3e2ac20c0a1e24ce [1483] Doxygen
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Dec 19 17:14:50 UTC 2011
The branch, trac1483 has been updated
via 87a72f002abc5c6db9baeb3b3e2ac20c0a1e24ce (commit)
from 424113eeebb77e6edac02231a64595729bc04bbc (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 87a72f002abc5c6db9baeb3b3e2ac20c0a1e24ce
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Mon Dec 19 18:04:08 2011 +0100
[1483] Doxygen
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/zone.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/zone.h b/src/lib/datasrc/zone.h
index 485eeda..77e1148 100644
--- a/src/lib/datasrc/zone.h
+++ b/src/lib/datasrc/zone.h
@@ -291,6 +291,11 @@ public:
/// including returning delegations, NSEC/NSEC3 proofs, etc. The options
/// parameter works the same way and it should conform to the same exception
/// restrictions.
+ ///
+ /// \param name \see find, parameter name
+ /// \param target the successfull result is returned through this
+ /// \param options \see find, parameter options
+ /// \return \see find and it's result
virtual FindResult findAll(const isc::dns::Name& name,
std::vector<isc::dns::ConstRRsetPtr> &target,
const FindOptions options = FIND_DEFAULT) = 0;
More information about the bind10-changes
mailing list