mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
Unfortunately, the volatile object does not inherit the noncopyable attribute of the enclosed object. By making all volatile objects noncopyable, we prevent the accidental copying of a noncopyable object wrapped in a volatile object.
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.