From ee937667fd0ecd82faab4c88d756b906fb625f1a Mon Sep 17 00:00:00 2001 From: sc Date: Tue, 28 Nov 2000 17:07:47 +0000 Subject: Integration into IvyLeague Uvh -> Ivl Multiplexer.* is renamed into Scheduler.* A few name conflicts in the merger with ex-DNN have been solved Imakefile is replaced by Makefile Created InetAddress.* and UnixAddress.* from Address.* Created IrdaAddress.* OLD/TextStream has been updated --- comm/Message.h | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'comm/Message.h') diff --git a/comm/Message.h b/comm/Message.h index c838286..b7d711d 100644 --- a/comm/Message.h +++ b/comm/Message.h @@ -10,24 +10,25 @@ * * $Id$ * $CurLog$ + * Removed global.h */ #ifndef Message_H_ #define Message_H_ #include "cplus_bugs.h" -#include "ccu/bool.h" -#include "ccu/word.h" -class UchIOS; -class UchMsgStream; +#include "ivl/bool.h" +#include "ivl/word.h" +class IvlIOS; +class IvlMsgStream; -class UchMessage { +class IvlMessage { public: - UchMessage (); -virtual ~UchMessage (); -virtual void WriteTo (UchIOS&); -virtual void ReadFrom (UchIOS&, lword); -virtual bool Activate (UchMsgStream&, bool); + IvlMessage (); +virtual ~IvlMessage (); +virtual void WriteTo (IvlIOS&); +virtual void ReadFrom (IvlIOS&, lword); +virtual bool Activate (IvlMsgStream&, bool); }; #endif /* Message_H_ */ -- cgit v1.1