summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-07 17:56:31 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-07 17:56:31 +0000
commit0a431160921e843d7d57b4592171971ee69451ad (patch)
tree76faa8343a5c05d6c4ce2bfcfc470bbf13ea24f1
parent0b7076e9cf1bd27a81713ed02db8d94a2c2cf274 (diff)
downloadATCD-0a431160921e843d7d57b4592171971ee69451ad.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c11
1 files changed, 8 insertions, 3 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 2da7d9fab1b..1618d4e85a1 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,9 +1,14 @@
+Wed Apr 7 12:54:49 1999 Marina Spivak <marina@cs.wustl.edu>
+
+ * orbsvcs/tests/Simple_Naming/client.{h,cpp}:
+ Updated the files to use the new exceptions macros.
+
Wed Apr 7 12:40:46 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* tao/PolicyC.cpp:
Fixed syntax error, Sun/CC is *way* too lax.
- * tao/POA.cpp:
+ * tao/POA.cpp:
Fixed duplicate template instantiations.
Wed Apr 7 12:03:33 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
@@ -55,7 +60,7 @@ Wed Apr 7 12:03:33 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* tao/TimeBaseS_T.cpp:
* tao/TimeBaseS_T.h:
* tao/TimeBaseS_T.i:
- Started work on the Messaging spec policy framework. I added new
+ Started work on the Messaging spec policy framework. I added new
modules (such as Messaging, TimeBase and IOP) and extended
others to include more features (such as Policy).
Right now the modules are not compiled by default, I want to
@@ -114,7 +119,7 @@ Wed Apr 7 12:03:33 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Wed Apr 7 11:27:08 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * TAO_IDL/ast/ast_expression.cpp:
+ * TAO_IDL/ast/ast_expression.cpp:
Fixed the problems with LL_MAX and friends, use the ACE_*_MAX
constants instead.