From 4f67aabc7baa77bdb27043f348ffaf7f6d43b4a1 Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 27 Jul 1993 13:55:14 +0000 Subject: UchMultiplexer -> UchBaseMultiplexer --- comm/OLD/Server.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'comm/OLD/Server.h') diff --git a/comm/OLD/Server.h b/comm/OLD/Server.h index 71f24e2..3724b15 100644 --- a/comm/OLD/Server.h +++ b/comm/OLD/Server.h @@ -26,7 +26,7 @@ class UchClient : public UchMsgStream { friend class UchServer; protected: - UchServer *MyServer; + UchServer* MyServer; public: UchClient (); @@ -50,7 +50,7 @@ protected: #else CcuList Clients; #endif - pUchMultiplexer ChanSet; + pUchBaseMultiplexer Mpx; public: UchServer (); @@ -61,8 +61,8 @@ public: UchChannel* Copy () const; void HandleRead (); - bool Setup (UchMultiplexer* cs = 0); -inline UchMultiplexer* GetMultiplexer () { return ChanSet; } + bool Setup (UchBaseMultiplexer* cs = 0); +inline UchBaseMultiplexer* GetMultiplexer () { return Mpx; } void RemoveClient (UchClient*); MPX_RES Run (); void Unlisten (); -- cgit v1.1