]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1781] doc: explicitly noted DataSourceError can be thrown from NSEC3 methods.
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 16 Apr 2012 21:16:18 +0000 (14:16 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 16 Apr 2012 21:16:18 +0000 (14:16 -0700)
(as suggested in review)

src/lib/datasrc/database.h

index b77ab3ea0b8b404fcb2188b30513ff1a02d7c69f..ca05d0a826984f0335d99b93b4e72c5016b57b34 100644 (file)
@@ -482,9 +482,11 @@ public:
     /// unexpected type of RRs (and the result of subsequent lookups) is
     /// undefined.
     ///
-    /// Other general notes for \c addRecordToZone() also applies to this
+    /// Other general notes for \c addRecordToZone() also apply to this
     /// method.
     ///
+    /// \exception DataSourceError Invalid call without starting a transaction,
+    /// or other internal database error.
     /// \exception isc::NotImplemented in case the database does not support
     ///     NSEC3
     ///
@@ -545,6 +547,8 @@ public:
     /// This is the same as \c ADD_NSEC3_HASH column for
     /// \c addRecordToNSEC3Zone().
     ///
+    /// \exception DataSourceError Invalid call without starting a transaction,
+    /// or other internal database error.
     /// \exception isc::NotImplemented in case the database does not support
     ///     NSEC3
     ///