Browse Source

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

Mukund Sivaraman 12 years ago
parent
commit
eb5ace77a9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/lib/datasrc/memory/memory_client.h

+ 3 - 0
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