Torsten Hilbrich 0b7ea4abab Genode::Connection: Mark as noncopyable
When an object derived from Genode::Connection is copied we had
strange issues. An example is that the first RPC invocation works
correctly but the second one blocks or even delivers incorrect data.

We can avoid this issue if the object is always passed by reference.
Ensure this by deriving from Genode::Noncopyable.
2014-03-14 13:17:37 +01:00
..
2014-02-28 10:11:12 +01:00
2013-01-10 21:44:47 +01:00
2013-12-20 15:16:19 +01:00
2013-01-10 21:44:47 +01:00
2013-01-10 21:44:47 +01:00
2014-02-28 10:11:12 +01:00
2011-12-22 16:19:25 +01:00

This directory contains include files of interfaces that are exported
by components to be used by other components. Each subdirectory corresponds
to the component exporting the interface.