summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-99c
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog-99c')
-rw-r--r--TAO/ChangeLog-99c9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index b3fc23cb2dc..d2c19bd2cfe 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,12 @@
+Fri Jul 16 10:08:22 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be_visitor_union/union_cs.cpp:
+ * TAO_IDL/be_visitor_union_branch/public_access_cs.cpp:
+ The 'alloc_flag' argument to the _access() method is
+ sometimes used and sometimes not. To avoid unused arg
+ warnings AND 'undefined' compile errors, had to add
+ ACE_UNUSED_ARG (alloc_flag) on a case-by-case basis.
+
Fri Jul 16 07:13:08 1999 David L. Levine <levine@cs.wustl.edu>
* orbsvcs/orbsvcs/Sched/Reconfig_Sched_Utils_T.cpp (visit):