mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-01 16:42:06 +00:00
Introduce a new Noncopyable class, one can derive from to mark a class of objects to be uncopyable. This way the compiler can check for any violations for you.
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.