From 16c9bb2d5e896c21daee66d9f9c1fff0ac87b6ec Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Sat, 7 Dec 2002 21:08:35 +0000 Subject: AMD exception cleanup --- cpp/src/slice2cpp/Gen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2cpp/Gen.cpp') 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; } -- cgit v1.2.3