summaryrefslogtreecommitdiff
path: root/ChangeLog_bug_575
blob: 56b49ae51599793c83bb61f2757b307e032f2099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Sun Jun 24 11:25:07 2001  Balachandran Natarajan  <bala@cs.wustl.edu>

	* Created this file. Got the whole stuff in ace to a new branch by
	  name bug_575_stage_1. This ChangeLog file will be in branch
	  bug_575.

Fri Jun 22 16:52:13 2001  Balachandran Natarajan <bala@cs.wustl.edu>

	* 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.