2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#1187] addressed review

This commit is contained in:
Razvan Becheriu
2020-04-17 14:46:42 +03:00
parent 22c63a1d71
commit 1e61a51903

View File

@@ -200,7 +200,7 @@ throwJSONError(const std::string& error, const std::string& file, int line,
ss << error << " in " + file + ":" << line << ":" << pos;
isc_throw(JSONError, ss.str());
}
} // namespace
} // end anonymous namespace
std::ostream&
operator<<(std::ostream& out, const Element& e) {
@@ -599,7 +599,7 @@ fromStringstreamMap(std::istream& in, const std::string& file, int& line,
}
return (map);
}
} // unnamed namespace
} // end anonymous namespace
std::string
Element::typeToName(Element::types type) {
@@ -1238,7 +1238,7 @@ isEquivalent0(ConstElementPtr a, ConstElementPtr b, unsigned level) {
}
}
} // namespace
} // end anonymous namespace
bool
isEquivalent(ConstElementPtr a, ConstElementPtr b) {
@@ -1376,5 +1376,5 @@ void Element::preprocess(std::istream& in, std::stringstream& out) {
}
}
} // namespace data
} // namespace isc
} // end of isc::data namespace
} // end of isc namespace