From 054510bddc1801d3900fb0c801a0169dd588b466 Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 10 May 1994 10:02:49 +0000 Subject: replaced TRUE/FALSE by true/false --- comm/Multiplexer.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'comm/Multiplexer.h') diff --git a/comm/Multiplexer.h b/comm/Multiplexer.h index 20c910e..b89344b 100644 --- a/comm/Multiplexer.h +++ b/comm/Multiplexer.h @@ -74,7 +74,7 @@ inline void Add (const UchChannel& ch) { Add (ch.Copy ()); } void Close (); }; -PointerClass (pUchBaseMultiplexer, UchBaseMultiplexer); +PointerClass (pUchBaseMultiplexer, UchBaseMultiplexer) class UchMultiplexer : public UchBaseMultiplexer { protected: @@ -95,9 +95,9 @@ public: ~UchMultiplexer (); bool HandleSelect (); - int Scan (bool nointr = TRUE, bool poll = FALSE); - MPX_RES LoopScan (bool nointr = TRUE); -inline void LoopEnd () { Looping = FALSE; } + int Scan (bool nointr = true, bool poll = false); + MPX_RES LoopScan (bool nointr = true); +inline void LoopEnd () { Looping = false; } char* StrRepr (char* = StrReprBuf); }; -- cgit v1.1