|
@@ -31,8 +31,7 @@ namespace dns {
|
|
|
class RRsetCollection : public RRsetCollectionBase {
|
|
|
public:
|
|
|
/// \brief Constructor.
|
|
|
- RRsetCollection()
|
|
|
- {}
|
|
|
+ RRsetCollection() {}
|
|
|
|
|
|
/// \brief Constructor.
|
|
|
///
|
|
@@ -47,6 +46,9 @@ public:
|
|
|
RRsetCollection(const char* filename, const isc::dns::Name& origin,
|
|
|
const isc::dns::RRClass& rrclass);
|
|
|
|
|
|
+ /// \brief Destructor
|
|
|
+ virtual ~RRsetCollection() {}
|
|
|
+
|
|
|
/// \brief Add an RRset to the collection.
|
|
|
///
|
|
|
/// Does not do any validation whether \c rrset belongs to a
|