summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-16 21:53:32 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-16 21:53:32 +0000
commitb8d3371265541f02191090a493c3c120b4d8be50 (patch)
treebd16541d9da778be505f62a2c974f026b224e575
parenta683824a639ca7c2c0ab90e9b6346db7c48839bd (diff)
downloadATCD-b8d3371265541f02191090a493c3c120b4d8be50.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c13
1 files changed, 9 insertions, 4 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index a1f14733312..09a1ab32cb1 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,9 +1,14 @@
+Tue Mar 16 15:52:57 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * tao/POAManager.i (lock): moved function definition before inline
+ activate (), because that function uses it.
+
Tue Mar 16 15:41:13 1999 Balachandran Natarajan <bala@cs.wustl.edu>
- * tests/Param_Test/*.cpp
- Made them exception safe using the latest ACE_TRY macros. Had
- a bunch of code which did not handle exception. Added code so
- that they are exception safe..
+ * tests/Param_Test/*.cpp
+ Made them exception safe using the latest ACE_TRY macros. Had
+ a bunch of code which did not handle exception. Added code so
+ that they are exception safe..
Tue Mar 16 15:34:29 1999 David L. Levine <levine@cs.wustl.edu>