[svn] commit: r3654 - /branches/trac415/src/bin/auth/query.h

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Nov 29 12:31:46 UTC 2010


Author: jinmei
Date: Mon Nov 29 12:31:46 2010
New Revision: 3654

Log:
updated the documentation with editorial and wording fixes.

Modified:
    branches/trac415/src/bin/auth/query.h

Modified: branches/trac415/src/bin/auth/query.h
==============================================================================
--- branches/trac415/src/bin/auth/query.h (original)
+++ branches/trac415/src/bin/auth/query.h Mon Nov 29 12:31:46 2010
@@ -71,17 +71,19 @@
     ///
     /// This method first identifies the zone that best matches the query
     /// name (and in some cases RR type when the search is dependent on the
-    /// type) and then searches the zone that best matches the query name.
+    /// type) and then searches the zone for an entry that best matches the
+    /// query name.
     /// It then updates the response message accordingly; for example, a
     /// successful search would result in adding a corresponding RRset to
     /// the answer section of the response.
     ///
-    /// If no matching zone is found in the zone table, the \c Rcode of
+    /// If no matching zone is found in the zone table, the RCODE of
     /// SERVFAIL will be set in the response.
     ///
     /// Right now this method never throws an exception, but it may in a
     /// future version.
     void process() const;
+
 private:
     const isc::datasrc::ZoneTable& zone_table_;
     const isc::dns::Name& qname_;




More information about the bind10-changes mailing list