Clang: disambiguate namespaces

This commit is contained in:
Ehmry - 2019-09-06 12:52:32 +02:00
parent e46099e224
commit 69ca5b133b
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ Net::Session_component::Session_component(Allocator &alloc,
_rx.sigh_ack_avail(_source_ack);
_rx.sigh_ready_to_submit(_source_submit);
Interface::remote(_uplink);
_uplink.Interface::remote(*this);
_uplink.Net::Interface::remote(*this);
_uplink.link_state_sigh(_link_state_handler);
_print_state();
}

View File

@ -190,7 +190,7 @@ class Vfs_server::Session_component : private Session_resources,
result = node.process_packet(packet);
});
}
catch (File_system::Invalid_handle) { }
catch (::File_system::Invalid_handle) { }
/* send the packet back if the handle is missing */
if (handle_invalid)