]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2432] Document the state of the collection for empty constructor
authorMukund Sivaraman <muks@isc.org>
Thu, 3 Jan 2013 09:25:21 +0000 (14:55 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 3 Jan 2013 09:25:25 +0000 (14:55 +0530)
src/lib/dns/rrset_collection.h

index dfa4dd76106b403a1532893d85bc2117f9c9ea22..ba68dc5ce1b2a41b673d15cd72d3052f31e6aa2d 100644 (file)
@@ -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.