BIND 10 trac2218_2, updated. eb5ace77a9c1ee6ce93d827080624d566eaf572c [2218] Add comment about use in testing for findZoneData()

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Sep 25 07:24:54 UTC 2012


The branch, trac2218_2 has been updated
       via  eb5ace77a9c1ee6ce93d827080624d566eaf572c (commit)
      from  f6f8e26e272ee0d94c36bf2be23e005bd74c55ea (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 eb5ace77a9c1ee6ce93d827080624d566eaf572c
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Sep 25 12:45:19 2012 +0530

    [2218] Add comment about use in testing for findZoneData()

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

Summary of changes:
 src/lib/datasrc/memory/memory_client.h |    3 +++
 1 file changed, 3 insertions(+)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/memory_client.h b/src/lib/datasrc/memory/memory_client.h
index 7b7e36f..d33b91c 100644
--- a/src/lib/datasrc/memory/memory_client.h
+++ b/src/lib/datasrc/memory/memory_client.h
@@ -212,6 +212,9 @@ public:
     /// Returns a \c ZoneData in the result that best matches the given
     /// name.
     ///
+    /// This is mainly intended for use in unit tests and should not be
+    /// used in other code.
+    ///
     /// This derived version of the method never throws an exception.
     /// For other details see \c DataSourceClient::findZone().
     isc::datasrc::memory::ZoneTable::FindResult



More information about the bind10-changes mailing list