]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2435] Add documentation for RRsetCollectionPtr
authorMukund Sivaraman <muks@isc.org>
Tue, 15 Jan 2013 05:39:14 +0000 (11:09 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 15 Jan 2013 05:39:14 +0000 (11:09 +0530)
src/lib/dns/rrset_collection_base.h

index a368b40365b11519c4565594f10e3232c66542bf..f7573216492a9db7c16e639893035b909b5b41cb 100644 (file)
@@ -171,6 +171,10 @@ public:
     }
 };
 
+/// \brief A pointer-like type pointing to an \c RRsetCollection object.
+///
+/// This type is used to handle RRsetCollections in a polymorphic manner
+/// in the BIND 10 codebase.
 typedef boost::shared_ptr<RRsetCollectionBase> RRsetCollectionPtr;
 
 } // end of namespace dns