summaryrefslogtreecommitdiff
path: root/comm
diff options
context:
space:
mode:
authorchatty1997-06-25 07:26:50 +0000
committerchatty1997-06-25 07:26:50 +0000
commitc3f953864d5a37997a7e32df76e33bc23e163911 (patch)
tree2aa5f1458b502998808682c97c8c69ef242ba982 /comm
parentfeb995b0d685daf25d6678ab8eac0871a544367f (diff)
downloadivy-league-c3f953864d5a37997a7e32df76e33bc23e163911.zip
ivy-league-c3f953864d5a37997a7e32df76e33bc23e163911.tar.gz
ivy-league-c3f953864d5a37997a7e32df76e33bc23e163911.tar.bz2
ivy-league-c3f953864d5a37997a7e32df76e33bc23e163911.tar.xz
S.Sire commented out Copy () and handleSelect
Diffstat (limited to 'comm')
-rw-r--r--comm/MsgStream.cc8
1 files changed, 5 insertions, 3 deletions
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.