summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-29 22:40:58 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-29 22:40:58 +0000
commit4ea2011801c0730ff7b612138f928a03818a8fb8 (patch)
tree86f23807e5654f1a1ac6df1844e749ab3e285643
parent60dddfc02ae793134b056c6aa40c8d62c6296a0d (diff)
downloadATCD-4ea2011801c0730ff7b612138f928a03818a8fb8.tar.gz
ChangeLogTag: Wed Oct 29 16:39:48 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/CIAO/CIDLC/ServantSourceGenerator.cpp1
-rw-r--r--TAO/CIAO/ChangeLog6
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/CIAO/CIDLC/ServantSourceGenerator.cpp b/TAO/CIAO/CIDLC/ServantSourceGenerator.cpp
index aac4767f13c..956f5a24799 100644
--- a/TAO/CIAO/CIDLC/ServantSourceGenerator.cpp
+++ b/TAO/CIAO/CIDLC/ServantSourceGenerator.cpp
@@ -807,7 +807,6 @@ namespace
<< " (" << endl
<< "ev" << endl
<< STRS[ENV_ARG] << ");" << endl
- << "}" << endl
<< "}" << endl << endl;
os << "void" << endl
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index db8d624ec77..163a0af83f7 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Oct 29 16:39:48 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * CIDLC/ServantSourceGenerator.cpp:
+
+ Removed extra generated close brace.
+
Wed Oct 29 15:56:33 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* CCF/CCF/IDL2/Traversal/Interface.hpp: