summaryrefslogtreecommitdiff
path: root/comm
diff options
context:
space:
mode:
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.