From fd50b746cbb156d702f99d6b8ab74db8c66299ac Mon Sep 17 00:00:00 2001 From: chatty Date: Mon, 13 Feb 1995 16:57:16 +0000 Subject: Added arg to Activate --- comm/Message.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'comm') diff --git a/comm/Message.h b/comm/Message.h index 0569bd2..45b96f5 100644 --- a/comm/Message.h +++ b/comm/Message.h @@ -3,14 +3,14 @@ * * by Michel Beaudouin-Lafon * - * Copyright 1990-1993 + * Copyright 1990-1995 * Laboratoire de Recherche en Informatique (LRI) * * Messages * * $Id$ * $CurLog$ -*/ + */ #ifndef Message_H_ #define Message_H_ @@ -26,7 +26,7 @@ public: virtual ~UchMessage (); virtual void WriteTo (UchIOS&); virtual void ReadFrom (UchIOS&, lword); -virtual void Activate (UchMsgStream&); +virtual bool Activate (UchMsgStream&, bool); }; #endif /* Message_H_ */ -- cgit v1.1