X-Git-Url: https://rtime.felk.cvut.cz/gitweb/l4.git/blobdiff_plain/f4122e6e085938b6d216a9ec724b974a603f6992..983fe7c4ac262f56d38a143b1efab1e4afb77a52:/l4/pkg/l4re/util/include/event_buffer diff --git a/l4/pkg/l4re/util/include/event_buffer b/l4/pkg/l4re/util/include/event_buffer index 546c99a1d..3331bb672 100644 --- a/l4/pkg/l4re/util/include/event_buffer +++ b/l4/pkg/l4re/util/include/event_buffer @@ -97,7 +97,7 @@ public: * \param cb Function callback. */ template< typename CB, typename D > - void foreach_available_event(CB const &cb, D data = D()) throw() + void foreach_available_event(CB const &cb, D data = D()) { typename Event_buffer_t::Event *e; while ((e = Event_buffer_t::next())) @@ -119,7 +119,7 @@ public: template< typename CB, typename D > void process(L4::Cap irq, L4::Cap thread, - CB const &cb, D data = D()) throw() + CB const &cb, D data = D()) { if (l4_error(irq->attach(0, thread)))