summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-11 16:53:01 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-11 16:53:01 +0000
commitd59dfd589515c992ea24651357a371fba7bfd27c (patch)
treeafd07a0f2d86fdfc04213431beaf77116395a6ff
parenta3dac00141b95edc3ebe5d0c08e62827c6f3252e (diff)
downloadATCD-d59dfd589515c992ea24651357a371fba7bfd27c.tar.gz
ChangeLogTag: Thu Nov 11 10:50:45 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/CIAO/CIDLC/ExecImplSourceGenerator.cpp2
-rw-r--r--TAO/CIAO/ChangeLog8
2 files changed, 9 insertions, 1 deletions
diff --git a/TAO/CIAO/CIDLC/ExecImplSourceGenerator.cpp b/TAO/CIAO/CIDLC/ExecImplSourceGenerator.cpp
index 799cd8d72b8..94edd1692c7 100644
--- a/TAO/CIAO/CIDLC/ExecImplSourceGenerator.cpp
+++ b/TAO/CIAO/CIDLC/ExecImplSourceGenerator.cpp
@@ -1216,7 +1216,7 @@ namespace
os << "// Implicit operations." << endl << endl
<< STRS[COMP_EC] << "_ptr" << endl
<< t.name () << "_exec_i::create (" << endl
- << STRS[ENV_SNGL_HDR] << ")" << endl
+ << STRS[ENV_SNGL_SRC] << ")" << endl
<< STRS[EXCP_START] << endl
<< STRS[EXCP_SYS] << "," << endl
<< STRS[EXCP_CE] << "))" << endl
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 78ffcb74380..a500ee0af20 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
Thu Nov 11 09:46:58 2004 Chad Elliott <elliott_c@ociweb.com>
* performance-tests/Protocols/Receiver/Receiver.mpc: