From: Michal 'vorner' Vaner Date: Fri, 7 Dec 2012 13:59:48 +0000 (+0100) Subject: [2377] Fix BasicRRset::getRRsig() documentation X-Git-Tag: bind10-1.0.0-beta-release~24^2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22d72fe82da9313ecd73bae3efa61788f0b8c7dd;p=thirdparty%2Fkea.git [2377] Fix BasicRRset::getRRsig() documentation It claimed it throws every time and returns NULL at the same time. It is impossible and the first one is not true. --- diff --git a/src/lib/dns/rrset.h b/src/lib/dns/rrset.h index 9c1715b095..395cbdd3ba 100644 --- a/src/lib/dns/rrset.h +++ b/src/lib/dns/rrset.h @@ -770,9 +770,6 @@ public: //@{ /// \brief Return pointer to this RRset's RRSIG RRset /// - /// \exception NotImplemented Always thrown. Associated RRSIG RRsets are - /// not supported in this class. - /// /// \return Null pointer, as this class does not support RRSIG records. virtual RRsetPtr getRRsig() const { return (RRsetPtr());