From c3f953864d5a37997a7e32df76e33bc23e163911 Mon Sep 17 00:00:00 2001 From: chatty Date: Wed, 25 Jun 1997 07:26:50 +0000 Subject: S.Sire commented out Copy () and handleSelect --- comm/MsgStream.cc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'comm') diff --git a/comm/MsgStream.cc b/comm/MsgStream.cc index b3becea..47a2a74 100644 --- a/comm/MsgStream.cc +++ b/comm/MsgStream.cc @@ -3,7 +3,7 @@ * * by Michel Beaudouin-Lafon * - * Copyright 1990-1995 + * Copyright 1990-1997 * Laboratoire de Recherche en Informatique (LRI) * * Message streams @@ -297,13 +297,14 @@ UchMsgStream :: ~UchMsgStream () Buffered.Clear (); } +#if 0 /*?nodoc?*/ UchChannel* UchMsgStream :: Copy () const { return new UchMsgStream (*this); } - +#endif // process the input buffer // waitAnswer indicates whether we are waiting for an answer @@ -410,6 +411,7 @@ UchMsgStream :: HandleRead () Process (InBuffer, false); } +#if 0 /*?nodoc?*/ bool UchMsgStream :: HandleSelect () @@ -420,7 +422,7 @@ UchMsgStream :: HandleSelect () } return false; } - +#endif /*? This virtual function is called whenever a complete message is in the buffer. -- cgit v1.1