mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 23:53:55 +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 (...) { }
|
try { sub_node(type); return true; } catch (...) { }
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void print(Output &output) const {
|
||||||
|
output.out_string(addr(), size()); }
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* _INCLUDE__UTIL__XML_NODE_H_ */
|
#endif /* _INCLUDE__UTIL__XML_NODE_H_ */
|
||||||
|
Reference in New Issue
Block a user