Replace use of 'typedef' by 'using'

Issue #5227
This commit is contained in:
Norman Feske
2024-06-28 17:20:59 +02:00
parent 361557e1f0
commit 19c13877ca
442 changed files with 1306 additions and 1349 deletions

View File

@ -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_ */

View File

@ -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'