|
@@ -69,7 +69,7 @@ private:
|
|
|
/// Adds a SOA of the zone into the authority zone of response_.
|
|
|
/// Can throw NoSOA.
|
|
|
///
|
|
|
- void putSOA(const isc::datasrc::ZoneFinder& zone) const;
|
|
|
+ void putSOA(isc::datasrc::ZoneFinder& zone) const;
|
|
|
|
|
|
/// \brief Look up additional data (i.e., address records for the names
|
|
|
/// included in NS or MX records).
|
|
@@ -85,7 +85,7 @@ private:
|
|
|
/// query is to be found.
|
|
|
/// \param rrset The RRset (i.e., NS or MX rrset) which require additional
|
|
|
/// processing.
|
|
|
- void getAdditional(const isc::datasrc::ZoneFinder& zone,
|
|
|
+ void getAdditional(isc::datasrc::ZoneFinder& zone,
|
|
|
const isc::dns::RRset& rrset) const;
|
|
|
|
|
|
/// \brief Find address records for a specified name.
|
|
@@ -104,7 +104,7 @@ private:
|
|
|
/// be found.
|
|
|
/// \param qname The name in rrset RDATA.
|
|
|
/// \param options The search options.
|
|
|
- void findAddrs(const isc::datasrc::ZoneFinder& zone,
|
|
|
+ void findAddrs(isc::datasrc::ZoneFinder& zone,
|
|
|
const isc::dns::Name& qname,
|
|
|
const isc::datasrc::ZoneFinder::FindOptions options
|
|
|
= isc::datasrc::ZoneFinder::FIND_DEFAULT) const;
|
|
@@ -127,7 +127,7 @@ private:
|
|
|
///
|
|
|
/// \param zone The \c ZoneFinder through which the NS and additional data
|
|
|
/// for the query are to be found.
|
|
|
- void getAuthAdditional(const isc::datasrc::ZoneFinder& zone) const;
|
|
|
+ void getAuthAdditional(isc::datasrc::ZoneFinder& zone) const;
|
|
|
|
|
|
public:
|
|
|
/// Constructor from query parameters.
|