From 52985e49dbbf4e35c2b725ffc835a4bd34232d58 Mon Sep 17 00:00:00 2001 From: chatty Date: Thu, 13 Jul 1995 12:37:23 +0000 Subject: Added DnnEvent (DnnEventType*, bool) --- dnn/Event.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dnn/Event.h') diff --git a/dnn/Event.h b/dnn/Event.h index 3181f81..40197fc 100644 --- a/dnn/Event.h +++ b/dnn/Event.h @@ -22,8 +22,7 @@ #include "cplus_bugs.h" #include "ccu/String.h" #include "ccu/List.h" - -class UchIOS; +#include "ccu/bool.h" #if 0 @@ -90,6 +89,7 @@ protected: const DnnEventType& Type; char* Data; + DnnEvent (const DnnEventType*, bool); public: DnnEvent (const DnnEventType*); ~DnnEvent (); -- cgit v1.1