summaryrefslogtreecommitdiff
path: root/comm/OLD/Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'comm/OLD/Event.h')
-rw-r--r--comm/OLD/Event.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/comm/OLD/Event.h b/comm/OLD/Event.h
index 27f3907..5f5019d 100644
--- a/comm/OLD/Event.h
+++ b/comm/OLD/Event.h
@@ -20,6 +20,9 @@
#include "ccu/String.h"
#include "ccu/List.h"
+#include "Message.h"
+class UchIOS;
+
#if 0
class UchEventFeature {
protected:
@@ -76,11 +79,14 @@ inline void RemoveFeature () { }
#endif
};
-class UchEvent {
+class UchEvent : public UchMessage {
protected:
const UchEventType& Type;
char* Data;
+ void ReadFrom (UchIOS&, lword);
+ void WriteTo (UchIOS&);
+
public:
UchEvent (const UchEventType*);
~UchEvent ();