From b0fff9b9e5becf35cdd051a81d0574a3a6c3be2a Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 10 May 1994 11:36:23 +0000 Subject: replaced TRUE/FALSE by true/false --- comm/OLD/dgram.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'comm/OLD/dgram.h') diff --git a/comm/OLD/dgram.h b/comm/OLD/dgram.h index 43dff17..b2f9f77 100644 --- a/comm/OLD/dgram.h +++ b/comm/OLD/dgram.h @@ -70,17 +70,17 @@ public: UchDGRAM (UchAddress*, UchAddress*); ~UchDGRAM (); - int Send (byte*, int, UchAddress&, bool = FALSE, int retries = 0); + int Send (byte*, int, UchAddress&, bool = false, int retries = 0); int Receive (byte*, int); - int Reply (byte*, int, bool = FALSE, int retries = 0); + int Reply (byte*, int, bool = false, int retries = 0); - int Send (UchMsgBuffer&, UchAddress&, bool = FALSE, bool = FALSE, int retries = 0); + int Send (UchMsgBuffer&, UchAddress&, bool = false, bool = false, int retries = 0); int Receive (UchMsgBuffer&); - int Reply (UchMsgBuffer&, bool = FALSE, bool = FALSE, int retries = 0); + int Reply (UchMsgBuffer&, bool = false, bool = false, int retries = 0); - bool Send (UchMessage&, UchAddress&, bool = FALSE, int retries = 0); + bool Send (UchMessage&, UchAddress&, bool = false, int retries = 0); bool Receive (UchMessage* msg); - bool Reply (UchMessage&, bool = FALSE, int retries = 0); + bool Reply (UchMessage&, bool = false, int retries = 0); virtual bool DiscardNotify (UchMsgBuffer&, UchAddress&); -- cgit v1.1