summaryrefslogtreecommitdiff
path: root/comm
diff options
context:
space:
mode:
authorchatty1997-06-25 07:26:24 +0000
committerchatty1997-06-25 07:26:24 +0000
commitfeb995b0d685daf25d6678ab8eac0871a544367f (patch)
treeb7357d08a9f1562872a9ffad8ab36f3a89d069a1 /comm
parent3ad4a8c2a9ea14e70caeea4fe170504c383e7279 (diff)
downloadivy-league-feb995b0d685daf25d6678ab8eac0871a544367f.zip
ivy-league-feb995b0d685daf25d6678ab8eac0871a544367f.tar.gz
ivy-league-feb995b0d685daf25d6678ab8eac0871a544367f.tar.bz2
ivy-league-feb995b0d685daf25d6678ab8eac0871a544367f.tar.xz
S.Sire removed Copy () and HandleSelect
Diffstat (limited to 'comm')
-rw-r--r--comm/MsgStream.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/comm/MsgStream.h b/comm/MsgStream.h
index ddfccaf..0ed867f 100644
--- a/comm/MsgStream.h
+++ b/comm/MsgStream.h
@@ -3,10 +3,10 @@
*
* by Michel Beaudouin-Lafon
*
- * Copyright 1990-1995
+ * Copyright 1990-1997
* Laboratoire de Recherche en Informatique (LRI)
*
- * UchMessage streams
+ * Message streams
*
* $Id$
* $CurLog$
@@ -81,9 +81,7 @@ public:
UchMsgStream (UchAddress* = 0, UchAddress* = 0);
~UchMsgStream ();
- UchChannel* Copy () const;
void HandleRead ();
- bool HandleSelect ();
virtual UchMessage* DecodeMessage (UchMsgBuffer&);
virtual UchMessage* DecodeAnswer (UchMsgBuffer&);
void Send (UchMessage&, bool = false);