genode/dde_oss/src/drivers/oss
Norman Feske 13d4108fea Unify 'Signal_dispatcher' interfaces
Several users of the signal API used custom convenience classes to
invoke signal-handling functions on the reception of incoming signals.
The 'Signal_dispatcher' pattern turned out to be particularly useful. To
avoid the duplication of this code across the code base, this patch
adds the interface to 'base/signal.h'.

Furthermore, the patch changes the 'Signal::num()' return type from int
to unsigned because negative numbers are meaningless here.

Fixes #511
2013-01-10 21:09:14 +01:00
..
include OSS: Open Sound System server 2012-11-27 15:32:39 +01:00
signal OSS: Open Sound System server 2012-11-27 15:32:39 +01:00
driver.cc OSS: Open Sound System server 2012-11-27 15:32:39 +01:00
dummies.c OSS: Open Sound System server 2012-11-27 15:32:39 +01:00
main.cc Unify 'Signal_dispatcher' interfaces 2013-01-10 21:09:14 +01:00
module.inc OSS: Open Sound System server 2012-11-27 15:32:39 +01:00
os.cc OSS: Open Sound System server 2012-11-27 15:32:39 +01:00
quirks.cc OSS: Open Sound System server 2012-11-27 15:32:39 +01:00
target.mk OSS: Open Sound System server 2012-11-27 15:32:39 +01:00