mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 22:58:26 +00:00
@ -17,6 +17,6 @@
|
||||
#include <base/capability.h>
|
||||
#include <session/session.h>
|
||||
|
||||
namespace Genode { typedef Capability<Session> Session_capability; }
|
||||
namespace Genode { using Session_capability = Capability<Session>; }
|
||||
|
||||
#endif /* _INCLUDE__SESSION__CAPABILITY_H_ */
|
||||
|
@ -51,7 +51,7 @@ struct Genode::Session
|
||||
|
||||
struct Diag { bool enabled; };
|
||||
|
||||
typedef Session_label Label;
|
||||
using Label = Session_label;
|
||||
|
||||
/*
|
||||
* Each session interface must implement the class function 'service_name'
|
||||
|
Reference in New Issue
Block a user