]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/l4re/util/include/event_buffer
update
[l4.git] / l4 / pkg / l4re / util / include / event_buffer
index 546c99a1dcad2dbf203cb6e6791afb6c25937967..3331bb672be9c934d4f9f41ef7be5bf6f965fee5 100644 (file)
@@ -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<PAYLOAD>::Event *e;
     while ((e = Event_buffer_t<PAYLOAD>::next()))
@@ -119,7 +119,7 @@ public:
   template< typename CB, typename D >
   void process(L4::Cap<L4::Irq> irq,
                L4::Cap<L4::Thread> thread,
-               CB const &cb, D data = D()) throw()
+               CB const &cb, D data = D())
   {
 
     if (l4_error(irq->attach(0, thread)))