summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-11 17:27:28 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-11 17:27:28 +0000
commit79b959d60837086096ce9fd0461c339d78027718 (patch)
treeaa95a4ff49f4035e21ec700029c2302f6b23d826
parentd59dfd589515c992ea24651357a371fba7bfd27c (diff)
downloadATCD-79b959d60837086096ce9fd0461c339d78027718.tar.gz
ChangeLogTag: Thu Nov 11 11:24:05 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/CIAO/CIDLC/ServantSourceGenerator.cpp1
-rw-r--r--TAO/CIAO/ChangeLog9
2 files changed, 10 insertions, 0 deletions
diff --git a/TAO/CIAO/CIDLC/ServantSourceGenerator.cpp b/TAO/CIAO/CIDLC/ServantSourceGenerator.cpp
index c6521b5eae5..070099353c0 100644
--- a/TAO/CIAO/CIDLC/ServantSourceGenerator.cpp
+++ b/TAO/CIAO/CIDLC/ServantSourceGenerator.cpp
@@ -2941,6 +2941,7 @@ namespace
<< STRS[ENV_SNGL_SRC] << ")" << endl
<< STRS[EXCP_SNGL] << endl
<< "{"
+ << "ACE_ENV_ARG_NOT_USED;"
<< "::CORBA::Object_var obj_var;"
<< "::Components::EventConsumerBase_var ecb_var;" << endl;
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index a500ee0af20..940fd682b72 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,12 @@
+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
+ populating to be done in this genrated method.
+
Thu Nov 11 10:50:45 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
* CIDLC/ExecImplSourceGenerator.cpp: