summaryrefslogtreecommitdiff
path: root/comm/MsgBuffer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'comm/MsgBuffer.cc')
-rw-r--r--comm/MsgBuffer.cc8
1 files changed, 2 insertions, 6 deletions
diff --git a/comm/MsgBuffer.cc b/comm/MsgBuffer.cc
index f98d92c..225c764 100644
--- a/comm/MsgBuffer.cc
+++ b/comm/MsgBuffer.cc
@@ -3,10 +3,10 @@
*
* by Michel Beaudouin-Lafon
*
- * Copyright 1990-1995
+ * Copyright 1990-1997
* Laboratoire de Recherche en Informatique (LRI)
*
- * Messages, buffers
+ * Buffers for messages
*
* $Id$
* $CurLog$
@@ -43,10 +43,6 @@ When extracting data, the buffer may not contain enough bytes.
We say that a ``get error'' has occurred and the buffer remembers it until it is modified
by the functions \fun{Append} or \fun{More}, or by \fun{operator $<<$}.
-The class \typ{^{pUchMsgBuffer}} implements smart pointers to buffers.
-Smart pointers behave like pointers but they manage a reference count on the
-pointed to objects for an automatic reclaim of dynamically allocated objects.
-
\fig{FIGURES/buffer}{Some operations on a buffer.}
?*/