summaryrefslogtreecommitdiff
path: root/comm
diff options
context:
space:
mode:
authorchatty1995-02-13 16:57:16 +0000
committerchatty1995-02-13 16:57:16 +0000
commitfd50b746cbb156d702f99d6b8ab74db8c66299ac (patch)
treec9e2a37e638570a082b420a7575f43deef62ea1e /comm
parent159cdcacfabab6b0815de45c79832628cfe223c5 (diff)
downloadivy-league-fd50b746cbb156d702f99d6b8ab74db8c66299ac.zip
ivy-league-fd50b746cbb156d702f99d6b8ab74db8c66299ac.tar.gz
ivy-league-fd50b746cbb156d702f99d6b8ab74db8c66299ac.tar.bz2
ivy-league-fd50b746cbb156d702f99d6b8ab74db8c66299ac.tar.xz
Added arg to Activate
Diffstat (limited to 'comm')
-rw-r--r--comm/Message.h6
1 files changed, 3 insertions, 3 deletions
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_ */