mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
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_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user