return (DCfgContextBasePtr(new D2CfgContext(*this)));
}
- /// @brief Fetches a reference to the D2params
+ /// @brief Fetches a reference to the D2Params
D2ParamsPtr& getD2Params() {
return (d2_params_);
}
///
/// Iterates over the set of parameters, creating a parser based on the
/// parameter's id and then invoking its build method passing in the
- /// paramter's configuration value.
+ /// parameter's configuration value.
///
/// @param params_config set of scalar configuration elements to parse
virtual void buildParams(isc::data::ConstElementPtr params_config);
D2Params::D2Params(const isc::asiolink::IOAddress& ip_address,
const size_t port,
const size_t dns_server_timeout,
- const dhcp_ddns:: NameChangeProtocol& ncr_protocol,
- const dhcp_ddns:: NameChangeFormat& ncr_format)
+ const dhcp_ddns::NameChangeProtocol& ncr_protocol,
+ const dhcp_ddns::NameChangeFormat& ncr_format)
: ip_address_(ip_address),
port_(port),
dns_server_timeout_(dns_server_timeout),
-// Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2014 Internet Systems Consortium, Inc. ("ISC")
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
if (rcode) {
// Non-zero means we got an invalid configuration, take no further
- // action. In integrated mode, this will send a failed response back
+ // action. In integrated mode, this will send a failed response back
// to BIND10.
reconf_queue_flag_ = false;
return (answer);
public:
/// @brief Constructor
- D2CfgMgrTest():cfg_mgr_(new D2CfgMgr), d2_params_() {
+ D2CfgMgrTest():cfg_mgr_(new D2CfgMgr()), d2_params_() {
}
/// @brief Destructor