From 6cca5142356c369f80d79fbdb574e55c5f2ccdab Mon Sep 17 00:00:00 2001 From: chatty Date: Wed, 8 Feb 1995 14:42:54 +0000 Subject: changed return types of Read* --- comm/MsgStream.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'comm') diff --git a/comm/MsgStream.h b/comm/MsgStream.h index b33437a..333581a 100644 --- a/comm/MsgStream.h +++ b/comm/MsgStream.h @@ -3,7 +3,7 @@ * * by Michel Beaudouin-Lafon * - * Copyright 1990-1993 + * Copyright 1990-1995 * Laboratoire de Recherche en Informatique (LRI) * * UchMessage streams @@ -39,13 +39,13 @@ protected: void WriteBuf (const byte*, int); - void ReadLong (lword&); - void ReadShort (sword&); - void ReadByte (byte&); - void ReadChar (char&); - void ReadString (char*); - void ReadString (CcuString&); - void ReadBuf (byte*, int); + bool ReadLong (lword&); + bool ReadShort (sword&); + bool ReadByte (byte&); + bool ReadChar (char&); + int ReadString (char*, int); + int ReadString (CcuString&); + bool ReadBuf (byte*, int); public: UchBufStream (UchAddress* = 0, UchAddress* = 0); -- cgit v1.1