This will fix a build error on some systems, and is a good practice anyway.
Also fix a minor wording error in a comment.
all_set_(all_set)
{}
+ /// \brief The destructor.
+ virtual ~Context() {}
+
const Result code;
const isc::dns::ConstRRsetPtr rrset;
const std::vector<isc::dns::RRType>& requested_types,
std::vector<isc::dns::ConstRRsetPtr>& result)
{
- // Perform common checks, and delegate the process the default
+ // Perform common checks, and delegate the process to the default
// or specialized implementation.
if (code != SUCCESS && code != DELEGATION) {
return;