/// is exception free.
///
/// @param chg_type A type of the NameChangeRequest (ADD or REMOVE).
- /// @param ncr An isc::dhcp_ddns::NameChangeRequest object being added.
+ /// @param lease A lease for which the NameChangeRequest is created and
+ /// queued.
void queueNameChangeRequest(const isc::dhcp_ddns::NameChangeType chg_type,
const Lease4Ptr& lease);
/// @brief Constructor, creates an instance of the @c D2Dhcid from the
/// HW address.
///
- /// @param A pointer to the object encapsulating HW address.
- /// @param A on-wire canonical representation of the FQDN.
+ /// @param hwaddr A pointer to the object encapsulating HW address.
+ /// @param wire_fqdn A on-wire canonical representation of the FQDN.
D2Dhcid(const isc::dhcp::HWAddrPtr& hwaddr,
const std::vector<uint8_t>& wire_fqdn);
/// @brief Sets the DHCID value based on the HW address and FQDN.
///
- /// @param A pointer to the object encapsulating HW address.
- /// @param A on-wire canonical representation of the FQDN.
+ /// @param hwaddr A pointer to the object encapsulating HW address.
+ /// @param wire_fqdn A on-wire canonical representation of the FQDN.
void fromHWAddr(const isc::dhcp::HWAddrPtr& hwaddr,
const std::vector<uint8_t>& wire_fqdn);