Browse Source

[2435] Add a note that some RRTypes are not specifically handled

Mukund Sivaraman 12 years ago
parent
commit
79cfa55b62
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/lib/dns/rrset_collection_base.h

+ 3 - 0
src/lib/dns/rrset_collection_base.h

@@ -56,6 +56,9 @@ public:
     /// given \c name, \c rrclass and \c rrtype.  If no matching RRset
     /// is found, \c NULL is returned.
     ///
+    /// This method's implementations currently are not specified to
+    /// handle \c RRTypes such as RRSIG, NSEC3, ANY, or AXFR.
+    ///
     /// \throw FindError if find() results in some
     /// implementation-specific error.
     /// \param name The name of the RRset to search for.