diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-24 13:38:17 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-24 13:38:17 +0000 |
commit | 7e6ab77bed334c888a71beb702330e9328abf7e6 (patch) | |
tree | 26938dba8735cb91e8e44d5c4fcba57e2344eff6 /CIAO | |
parent | a9e24ccf9d3d3fb0ff522f1a9c96392cd4e90571 (diff) | |
download | ATCD-7e6ab77bed334c888a71beb702330e9328abf7e6.tar.gz |
Diffstat (limited to 'CIAO')
-rw-r--r-- | CIAO/CIDLC/ExecImplSourceGenerator.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CIAO/CIDLC/ExecImplSourceGenerator.cpp b/CIAO/CIDLC/ExecImplSourceGenerator.cpp index 939f8c809ba..fc9570ca472 100644 --- a/CIAO/CIDLC/ExecImplSourceGenerator.cpp +++ b/CIAO/CIDLC/ExecImplSourceGenerator.cpp @@ -1005,8 +1005,7 @@ namespace os << "_exec_i," << endl << "::CORBA::NO_MEMORY ());" - << STRS[ACE_CR] << " (" << STRS[COMP_EC] - << "::_nil ());" << endl + << endl << "return retval;" << "}"; } |