summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-01 22:54:40 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-01 22:54:40 +0000
commitff3e206d5c4e1881f958722abec0157eaa261f76 (patch)
tree5ca0afb133b0906b32405193f2fd503bc774e969
parent62fd0759b04e9c4d6dfb6d1b125a1cd9bf3e02c2 (diff)
downloadATCD-ff3e206d5c4e1881f958722abec0157eaa261f76.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b7
-rw-r--r--TAO/ChangeLog-99c6
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index bb8ef7c4319..90813045945 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,10 @@
+Mon Mar 01 16:54:02 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/OS.cpp,Object_Manager.cpp: fixed ObjMan state logic to
+ ensure that the ACE_Object_Manager is fini'd before the
+ ACE_OS_Object_Manager, even when both are static objects.
+ Thanks to Carlos for reporting this problem.
+
Mon Mar 01 14:05:46 1999 David L. Levine <levine@cs.wustl.edu>
* ACE version 4.6.24 released.
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index b12898b3394..907bdc52a6c 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,8 +1,8 @@
Mon Mar 1 14:43:20 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * docs/compiler.html:
- Fixed minor error in the IDL compiler documentation, thanks to
- Frederic Maria <fmaria@lucent.com> for pointing this out.
+ * docs/compiler.html:
+ Fixed minor error in the IDL compiler documentation, thanks to
+ Frederic Maria <fmaria@lucent.com> for pointing this out.
Mon Mar 01 14:20:44 1999 David L. Levine <levine@cs.wustl.edu>