summaryrefslogtreecommitdiff
path: root/ChangeLog-96b
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-08 21:48:47 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-08 21:48:47 +0000
commit1c4e161611c0476ca2039fad78e59125abc08aba (patch)
tree97e8156419fdfb98a46869b03c84a09d779d923e /ChangeLog-96b
parenta97a5b1ef815fefd9fd4c4f8a6e544e000b4a4c8 (diff)
downloadATCD-1c4e161611c0476ca2039fad78e59125abc08aba.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-96b')
-rw-r--r--ChangeLog-96b8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b
index 9ea9c014818..5ad6c0982ea 100644
--- a/ChangeLog-96b
+++ b/ChangeLog-96b
@@ -1,9 +1,15 @@
Wed Jan 08 10:26:45 1997 David L. Levine <levine@cs.wustl.edu>
- * ace/Message_Block.cpp (~ACE_Data_block): assigned 0 to
+ * ace/Message_Block.cpp (~ACE_Data_Block): assigned 0 to
allocator_strategry_ after deleting it; also, fixed template
specializations (for g++) by using macros instead of class names
+ * ace/Service_Object.cpp (ACE_Service_Object): reordered
+ initializations in constructor
+
+ * ace/Service_Record.cpp (ACE_Service_Record): reordered
+ initializations in constructor
+
* ace/config-linux-lxpthreads.h: added
ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS, thanks to
James CE Johnson <jcej@lads.com> for tracking down this problem