summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-11-30 20:28:53 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-11-30 20:28:53 +0000
commit6c84961e6f5cb834eb9eba2768c74fada28bc7a3 (patch)
tree3829780d90b6cf1329ba7bafb5584255a58c9a42
parent2c9b609588913c7b8fd79ba7a17635369f7c8cb4 (diff)
downloadATCD-6c84961e6f5cb834eb9eba2768c74fada28bc7a3.tar.gz
ChangeLogTag:Tue Nov 30 20:22:19 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--TAO/CIAO/CIDLC/ServantSourceGenerator.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/CIAO/CIDLC/ServantSourceGenerator.cpp b/TAO/CIAO/CIDLC/ServantSourceGenerator.cpp
index 070099353c0..816b777d210 100644
--- a/TAO/CIAO/CIDLC/ServantSourceGenerator.cpp
+++ b/TAO/CIAO/CIDLC/ServantSourceGenerator.cpp
@@ -826,9 +826,10 @@ namespace
<< "ACE_CHECK_RETURN (0);" << endl;
os << "ACE_NEW_RETURN (" << endl
- << "retv[i++].ck," << endl
+ << "retv[i].ck," << endl
<< "CIAO::Map_Key_Cookie (entry.ext_id_)," << endl
<< "0);" << endl
+ << "++i;" << endl
<< "}";
os << "return retv._retn ();" << endl