mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
committed by
Christian Helmuth
parent
e370e08e01
commit
80558374f5
@ -906,6 +906,9 @@ class Genode::Xml_node
|
||||
try { sub_node(type); return true; } catch (...) { }
|
||||
return false;
|
||||
}
|
||||
|
||||
void print(Output &output) const {
|
||||
output.out_string(addr(), size()); }
|
||||
};
|
||||
|
||||
#endif /* _INCLUDE__UTIL__XML_NODE_H_ */
|
||||
|
Reference in New Issue
Block a user