diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-16 15:12:18 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-16 15:12:18 +0000 |
commit | 5b59ae7eedb380a9258010fd42cd4a261260eb2d (patch) | |
tree | 5cec7218822c7692a443c227d39211a29dc2b0c2 | |
parent | c8fd035e8aa161c9bdd65ad892a27cff72e297f4 (diff) | |
download | ATCD-5b59ae7eedb380a9258010fd42cd4a261260eb2d.tar.gz |
* 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.
-rw-r--r-- | TAO/ChangeLog-99c | 9 |
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): |