From: JINMEI Tatuya Date: Mon, 16 Apr 2012 21:16:18 +0000 (-0700) Subject: [1781] doc: explicitly noted DataSourceError can be thrown from NSEC3 methods. X-Git-Tag: trac2351_base~226^2~116^2~26^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=211934fe44eb6ea5a74857d4312e10b6cd6a3c55;p=thirdparty%2Fkea.git [1781] doc: explicitly noted DataSourceError can be thrown from NSEC3 methods. (as suggested in review) --- diff --git a/src/lib/datasrc/database.h b/src/lib/datasrc/database.h index b77ab3ea0b..ca05d0a826 100644 --- a/src/lib/datasrc/database.h +++ b/src/lib/datasrc/database.h @@ -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 ///