summaryrefslogtreecommitdiff
path: root/comm/Multiplexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'comm/Multiplexer.h')
-rw-r--r--comm/Multiplexer.h8
1 files changed, 4 insertions, 4 deletions
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);
};