From f410816d5bc16f7b9fd4f4187c09ebcd8a773e27 Mon Sep 17 00:00:00 2001 From: chatty Date: Mon, 13 Feb 1995 16:57:17 +0000 Subject: Added new class UchEventMsg --- comm/OLD/Service.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'comm/OLD/Service.h') 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_ */ -- cgit v1.1