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/Stream.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'comm/Stream.h') diff --git a/comm/Stream.h b/comm/Stream.h index a8c4a56..2ae76b7 100644 --- a/comm/Stream.h +++ b/comm/Stream.h @@ -18,12 +18,12 @@ #include "cplus_bugs.h" #include "Socket.h" -class UchStream : public UchSocket { +class IvlStream : public IvlSocket { public: - UchStream (UchAddress* = 0, UchAddress* = 0); - ~UchStream (); - UchStream (const UchStream&); - UchChannel* Copy () const; + IvlStream (IvlAddress* = 0, IvlAddress* = 0); + ~IvlStream (); + IvlStream (const IvlStream&); + IvlChannel* Copy () const; int SockType (); int Listen (int = 5); }; -- cgit v1.1