BIND 10 trac1431, updated. 91a26d94d9a0b70a030d79f7e927610c1e745878 [1431] more documentation update (forgot to commit)

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jan 20 17:33:42 UTC 2012


The branch, trac1431 has been updated
       via  91a26d94d9a0b70a030d79f7e927610c1e745878 (commit)
      from  c95f08240cfb08954c361f36fa0877b0cc3385d7 (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 91a26d94d9a0b70a030d79f7e927610c1e745878
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Jan 20 09:33:31 2012 -0800

    [1431] more documentation update (forgot to commit)

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

Summary of changes:
 src/lib/datasrc/database.h       |    4 +++-
 src/lib/datasrc/memory_datasrc.h |    4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/database.h b/src/lib/datasrc/database.h
index ed706f0..84217e1 100644
--- a/src/lib/datasrc/database.h
+++ b/src/lib/datasrc/database.h
@@ -754,7 +754,9 @@ public:
         virtual isc::dns::Name findPreviousName(const isc::dns::Name& query)
             const;
 
-        /// TBD
+	/// Look for NSEC3 for proving (non)existence of given name.
+	///
+	/// See documentation in \c Zone.
 	virtual FindNSEC3Result
         findNSEC3(const isc::dns::Name& name, bool recursive,
                   const isc::dns::ConstRRsetPtr known_encloser);
diff --git a/src/lib/datasrc/memory_datasrc.h b/src/lib/datasrc/memory_datasrc.h
index 1c9d970..68de40d 100644
--- a/src/lib/datasrc/memory_datasrc.h
+++ b/src/lib/datasrc/memory_datasrc.h
@@ -83,7 +83,9 @@ public:
                                std::vector<isc::dns::ConstRRsetPtr>& target,
                                const FindOptions options = FIND_DEFAULT);
 
-    /// TBD
+    /// Look for NSEC3 for proving (non)existence of given name.
+    ///
+    /// See documentation in \c Zone.
     virtual FindNSEC3Result
     findNSEC3(const isc::dns::Name& name, bool recursive,
               const isc::dns::ConstRRsetPtr known_encloser);




More information about the bind10-changes mailing list