}
}
-TSIGKeyInfoListParser::~TSIGKeyInfoListParser(){
+TSIGKeyInfoListParser::~TSIGKeyInfoListParser() {
}
void
TSIGKeyInfoListParser::
-build(isc::data::ConstElementPtr key_list){
+build(isc::data::ConstElementPtr key_list) {
int i = 0;
isc::data::ConstElementPtr key_config;
// For each key element in the key list:
private:
/// @brief The name of the key.
///
- /// This value is the unique identifeir thay domains use to
+ /// This value is the unique identifier that domains use to
/// to specify which TSIG key they need.
std::string name_;
/// @return returns a pointer to newly created parser.
virtual isc::dhcp::ParserPtr createConfigParser(const std::string&
config_id);
- /// @brief commits the TSIGKeyInfo configuration
+ /// @brief Commits the TSIGKeyInfo configuration
virtual void commit();
private:
virtual isc::dhcp::ParserPtr createConfigParser(const std::string&
config_id);
- /// @brief commits the configured DnsServerInfo
+ /// @brief Commits the configured DnsServerInfo
virtual void commit();
private:
virtual isc::dhcp::ParserPtr createConfigParser(const std::string&
config_id);
- /// @brief commits the configured DdnsDomain
+ /// @brief Commits the configured DdnsDomain
virtual void commit();
private: