From afac5804b069e5eb76c799e9edd2eaeff0d99b94 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 16 Dec 2009 21:22:39 +0000 Subject: Signals are now not only typesafe, but also will throw an exception if you try to construct a slot with a null pointer, or call a signal that has not been set yet. Also, signals can be checked for being set, and assigned to one another. --- src/signals.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/signals.cpp (limited to 'src/signals.cpp') diff --git a/src/signals.cpp b/src/signals.cpp new file mode 100644 index 0000000..7952053 --- /dev/null +++ b/src/signals.cpp @@ -0,0 +1,3 @@ +#include "bu/signals.h" + +namespace Bu { subExceptionDef( SignalException ) } -- cgit v1.2.3