diff options
author | arvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-11-11 23:21:26 +0000 |
---|---|---|
committer | arvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-11-11 23:21:26 +0000 |
commit | f298d5cc0387a1271c1a15c36260ae41ab508126 (patch) | |
tree | ebdb4ca4c98a1061e6a5e5e7b40c502a8b58cbc6 /TAO/CIAO | |
parent | f0177ed16f58800bad6fbf6f255df4d474b5e993 (diff) | |
download | ATCD-f298d5cc0387a1271c1a15c36260ae41ab508126.tar.gz |
ChangeLogTag: Thu Nov 11 16:42:22 CST 2004 Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/CIAO')
-rw-r--r-- | TAO/CIAO/ChangeLog | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog index 940fd682b72..9d430e9937f 100644 --- a/TAO/CIAO/ChangeLog +++ b/TAO/CIAO/ChangeLog @@ -1,7 +1,16 @@ -Thu Nov 11 11:24:05 2004 Jeff Parsons <j.parsons@vanderbilt.edu> +Thu Nov 11 17:17:48 2004 Arvind S. Krishna <arvindk@dre.vanderbilt.edu> + + * ciao/Servant_Activator.cpp: + * DAnCE/examples/BasicSP/BMDisplay/BMDisplay_exec.cpp: + * DAnCE/examples/BasicSP/BMClosedED/BMClosedED_exec.cpp: + * DAnCE/examples/BasicSP/BMDevice/BMDevice_exec.cpp: + * docs/tutorial/Hello/hello_exec.cpp: + Fixed warnings in the scoreboard from RH8 NoInline build + + Thu Nov 11 11:24:05 2004 Jeff Parsons <j.parsons@vanderbilt.edu> * CIDLC/ServantSourceGenerator.cpp: - + In the generated servant method populate_port_tables(), added the line 'ACE_ENV_ARG_NOT_USED;' to avoid an unused parameter warning if there happens to be no @@ -10,7 +19,7 @@ Thu Nov 11 11:24:05 2004 Jeff Parsons <j.parsons@vanderbilt.edu> Thu Nov 11 10:50:45 2004 Jeff Parsons <j.parsons@vanderbilt.edu> * CIDLC/ExecImplSourceGenerator.cpp: - + Fixed incorrect generation of environment arg macro. Thanks to Chad Elliott <elliott_c@ociweb.com> for pointing out the mistake. |