summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7234c943ec9..1a4228901de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Thu May 3 14:52:33 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/CDR_Stream.h (ACE_InputCDR):
+ * ace/CDR_Stream.cpp: Removed the method steal_data () as it did
+ not serve the purpose. Added a new method exchange_data_blocks
+ (). This method exchanges data_blocks between two CDR
+ streams. The write and read pointers are also exchanged. This
+ method performs no allocation and no releases and is lock free.
+
Thu May 3 06:58:29 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* ace/Acceptor.{h,cpp},