summaryrefslogtreecommitdiff
path: root/comm/OLD/Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'comm/OLD/Service.h')
-rw-r--r--comm/OLD/Service.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/comm/OLD/Service.h b/comm/OLD/Service.h
index 63f3cc4..e2a36c5 100644
--- a/comm/OLD/Service.h
+++ b/comm/OLD/Service.h
@@ -78,4 +78,12 @@ public:
void PutBackEvent (UchMessage*);
};
+class UchEventMsg : public UchMessage {
+public:
+ UchEventMsg ();
+ ~UchEventMsg ();
+ bool Activate (UchMsgStream&, bool);
+};
+
+
#endif /* Service_H_ */