mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 07:25:18 +00:00
[#1187] addressed review
This commit is contained in:
@@ -200,7 +200,7 @@ throwJSONError(const std::string& error, const std::string& file, int line,
|
|||||||
ss << error << " in " + file + ":" << line << ":" << pos;
|
ss << error << " in " + file + ":" << line << ":" << pos;
|
||||||
isc_throw(JSONError, ss.str());
|
isc_throw(JSONError, ss.str());
|
||||||
}
|
}
|
||||||
} // namespace
|
} // end anonymous namespace
|
||||||
|
|
||||||
std::ostream&
|
std::ostream&
|
||||||
operator<<(std::ostream& out, const Element& e) {
|
operator<<(std::ostream& out, const Element& e) {
|
||||||
@@ -599,7 +599,7 @@ fromStringstreamMap(std::istream& in, const std::string& file, int& line,
|
|||||||
}
|
}
|
||||||
return (map);
|
return (map);
|
||||||
}
|
}
|
||||||
} // unnamed namespace
|
} // end anonymous namespace
|
||||||
|
|
||||||
std::string
|
std::string
|
||||||
Element::typeToName(Element::types type) {
|
Element::typeToName(Element::types type) {
|
||||||
@@ -1238,7 +1238,7 @@ isEquivalent0(ConstElementPtr a, ConstElementPtr b, unsigned level) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // end anonymous namespace
|
||||||
|
|
||||||
bool
|
bool
|
||||||
isEquivalent(ConstElementPtr a, ConstElementPtr b) {
|
isEquivalent(ConstElementPtr a, ConstElementPtr b) {
|
||||||
@@ -1376,5 +1376,5 @@ void Element::preprocess(std::istream& in, std::stringstream& out) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace data
|
} // end of isc::data namespace
|
||||||
} // namespace isc
|
} // end of isc namespace
|
||||||
|
Reference in New Issue
Block a user