diff options
author | Marc Laukien <marc@zeroc.com> | 2002-12-07 21:08:35 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-12-07 21:08:35 +0000 |
commit | 16c9bb2d5e896c21daee66d9f9c1fff0ac87b6ec (patch) | |
tree | 729c1e03001481a5c5360276652dd25b24196540 /cpp/src/slice2cpp | |
parent | minor cleanup (diff) | |
download | ice-16c9bb2d5e896c21daee66d9f9c1fff0ac87b6ec.tar.bz2 ice-16c9bb2d5e896c21daee66d9f9c1fff0ac87b6ec.tar.xz ice-16c9bb2d5e896c21daee66d9f9c1fff0ac87b6ec.zip |
AMD exception cleanup
Diffstat (limited to 'cpp/src/slice2cpp')
-rw-r--r-- | cpp/src/slice2cpp/Gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index 7da79f99a8b..24beb414196 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -2529,7 +2529,7 @@ Slice::Gen::ObjectVisitor::visitOperation(const OperationPtr& p) C << nl << classScopedAMD << '_' << name << "Ptr __cb = new ::IceAsync" << classScopedAMD << '_' << name << "(__in);"; C << nl << name << "_async" << argsAMD << ';'; - C << nl << "return ::IceInternal::DispatchAsync;"; + C << nl << "return ::IceInternal::DispatchOK;"; } C << eb; } |