From: Mukund Sivaraman Date: Thu, 3 Jan 2013 09:25:21 +0000 (+0530) Subject: [2432] Document the state of the collection for empty constructor X-Git-Tag: bind10-1.0.0-rc-release~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bca74f57a81fa7e2dc2569692b253dbf19270b4;p=thirdparty%2Fkea.git [2432] Document the state of the collection for empty constructor --- diff --git a/src/lib/dns/rrset_collection.h b/src/lib/dns/rrset_collection.h index dfa4dd7610..ba68dc5ce1 100644 --- a/src/lib/dns/rrset_collection.h +++ b/src/lib/dns/rrset_collection.h @@ -31,6 +31,10 @@ namespace dns { class RRsetCollection : public RRsetCollectionBase { public: /// \brief Constructor. + /// + /// This constructor creates an empty collection without any data in + /// it. RRsets can be added to the collection with the \c addRRset() + /// method. RRsetCollection() {} /// \brief Constructor.