]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2052] Fix documentation of partial_compare() for exceptions it can throw
authorMukund Sivaraman <muks@isc.org>
Thu, 28 Jun 2012 04:20:18 +0000 (09:50 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 28 Jun 2012 04:20:18 +0000 (09:50 +0530)
src/lib/dns/name.h

index 4e7564f4f90bd2375ba181cc04625f822830c322..728f3a1fb3a2b1bf54ecc1764a4ee4c9ac39ed98 100644 (file)
@@ -407,7 +407,8 @@ private:
     /// <code>Name</code> and <code>other</code> and returns the result
     /// in the form of a <code>NameComparisonResult</code> object.
     ///
-    /// This method never throws an exception.
+    /// This method can throw the BadValue exception if bad label
+    /// indices are passed.
     ///
     /// \param other the right-hand operand to compare against.
     /// \param first_label the leftmost label of <code>Name</code> to