From f94a933e3eecbe4fde14183117fbc056418eeb23 Mon Sep 17 00:00:00 2001 From: chatty Date: Mon, 26 Jul 1993 16:28:06 +0000 Subject: Now handle CPLUS_BUG19 --- comm/OLD/Server.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'comm/OLD/Server.h') diff --git a/comm/OLD/Server.h b/comm/OLD/Server.h index 7f8c597..71f24e2 100644 --- a/comm/OLD/Server.h +++ b/comm/OLD/Server.h @@ -45,7 +45,11 @@ class UchServer : public UchStream { friend class UchClient; protected: +#ifndef CPLUS_BUG19 CcuListOf Clients; +#else + CcuList Clients; +#endif pUchMultiplexer ChanSet; public: @@ -60,7 +64,7 @@ public: bool Setup (UchMultiplexer* cs = 0); inline UchMultiplexer* GetMultiplexer () { return ChanSet; } void RemoveClient (UchClient*); - void Run (); + MPX_RES Run (); void Unlisten (); void Broadcast (UchMessage&, bool = FALSE); void Broadcast (UchMessage&, UchClient*, bool = FALSE); -- cgit v1.1