mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-13 04:38:20 +00:00
@ -17,6 +17,6 @@
|
||||
#include <base/capability.h>
|
||||
#include <framebuffer_session/framebuffer_session.h>
|
||||
|
||||
namespace Framebuffer { typedef Genode::Capability<Session> Session_capability; }
|
||||
namespace Framebuffer { using Session_capability = Genode::Capability<Session>; }
|
||||
|
||||
#endif /* _INCLUDE__FRAMEBUFFER_SESSION__CAPABILITY_H_ */
|
||||
|
@ -57,7 +57,7 @@ struct Framebuffer::Session : Genode::Session
|
||||
*/
|
||||
static constexpr unsigned CAP_QUOTA = 3;
|
||||
|
||||
typedef Session_client Client;
|
||||
using Client = Session_client;
|
||||
|
||||
virtual ~Session() { }
|
||||
|
||||
|
Reference in New Issue
Block a user