From 3481015c772572cedb0b6ab731d0ea6c282d9138 Mon Sep 17 00:00:00 2001 From: bala Date: Sun, 24 Jun 2001 16:23:24 +0000 Subject: *** empty log message *** --- ChangeLog_bug_575 | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 ChangeLog_bug_575 diff --git a/ChangeLog_bug_575 b/ChangeLog_bug_575 deleted file mode 100644 index 6eec24e117e..00000000000 --- a/ChangeLog_bug_575 +++ /dev/null @@ -1,12 +0,0 @@ -Fri Jun 22 16:52:13 2001 Balachandran Natarajan - - * ace/CDR_Stream.cpp: Changed the copy constructor for the - ACE_InputCDR's. Instead of duplicating the ACE_Data_Block we - now use the new copy constructor in the ACE_Message_Block. - - * ace/Message_Block.h: - * ace/Message_Block.cpp: Added a new copy constructor to the - ACE_Message_Block. This copy constructor does a deep copy from - the data block if the data block of the incoming message block - is on the stack or does a shallow copy of the data block (by - incrementing the ref count) if it is on the heap. -- cgit v1.2.1