genode/repos/os/include/nic
Christian Helmuth 2eb8c5e21a net: move ascii_to() into Net namespace
The combination of Net::Mac_address and
Genode::ascii_to(Net::Mac_address) required shaky quirks in several
places because GCC is not able to resolve the ascii_to overload if
base/xml_node.h was included to early. The current solution moves the
several ascii_to overloads "closer" to the Net types by putting them
into the Net namespace, where GCC reliably picks them up.

Hence, co-locating the ascii_to() utility with the overload type in the
same scope/namespace is good practice.

This patch removes the now obsolete <nic/xml_node.h> header file.
2020-09-17 10:13:22 +02:00
..
component.h os: explicit cache policy in Nic::Session_component 2019-05-06 16:15:26 +02:00
packet_allocator.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
root.h Add missing override annotations 2019-02-19 11:12:11 +01:00
stat.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00