summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-07-28 17:14:50 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-07-28 17:14:50 +0000
commit53b3d5b530f9348c148458728147d28c4a8a376d (patch)
tree9bb12a94007932db0476cc9d39fd0b31fb8fafe4
parent804a0c6b47927ff716099bd25f7d12007fa63525 (diff)
downloadATCD-53b3d5b530f9348c148458728147d28c4a8a376d.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 4a39d4622f3..c49bc0a2c28 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,14 @@
+Wed Jul 28 12:08:56 1999 Ossama Othman <othman@cs.wustl.edu>
+
+ * ace/CDR_Stream.cpp (reset_contents):
+
+ Modified call to clone() so that it uses the newly added
+ zero-copy semantics. A data copy was already being made in
+ ACE_InputCDR::steal_from(), which also calls
+ ACE_InputCDR::reset_contents(). Two data copies were being
+ performed. This change reduces the number of data copies to
+ one. Thanks to Carlos for this change.
+
Wed Jul 28 11:23:36 1999 Ossama Othman <othman@cs.wustl.edu>
* ace/Message_Block.h: