From 829aaaec22657d1e4da5283d938653988e3091b8 Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 10 May 1994 11:16:59 +0000 Subject: replaced TRUE/FALSE by true/false --- comm/OLD/Service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comm/OLD/Service.h') diff --git a/comm/OLD/Service.h b/comm/OLD/Service.h index 9108917..63f3cc4 100644 --- a/comm/OLD/Service.h +++ b/comm/OLD/Service.h @@ -72,8 +72,8 @@ public: UchChannel* Copy () const; void SetEvQueue (UchMsgQueue*); - UchMessage* PeekEvent (bool = TRUE); - UchMessage* GetEvent (bool = TRUE); + UchMessage* PeekEvent (bool = true); + UchMessage* GetEvent (bool = true); void PutEvent (UchMessage*); void PutBackEvent (UchMessage*); }; -- cgit v1.1