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 <timer_session/timer_session.h>
|
||||
|
||||
namespace Timer { typedef Genode::Capability<Session> Session_capability; }
|
||||
namespace Timer { using Session_capability = Genode::Capability<Session>; }
|
||||
|
||||
#endif /* _INCLUDE__TIMER_SESSION__CAPABILITY_H_ */
|
||||
|
@ -29,7 +29,7 @@ namespace Timer {
|
||||
|
||||
struct Timer::Session : Genode::Session
|
||||
{
|
||||
typedef Genode::Signal_context_capability Signal_context_capability;
|
||||
using Signal_context_capability = Genode::Signal_context_capability;
|
||||
|
||||
/**
|
||||
* \noapi
|
||||
|
Reference in New Issue
Block a user