From 856d5dc27e03c656cd24e06307ca581d1c3f252a Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Sun, 29 Dec 2002 00:18:54 +0000 Subject: more AMI --- cpp/src/slice2cpp/Gen.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp/src/slice2cpp/Gen.cpp') diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index c7ecc516a3f..7deaddb0e17 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -3378,13 +3378,12 @@ Slice::Gen::AsyncVisitor::visitOperation(const OperationPtr& p) } C << eb; writeUnmarshalCode(C, outParams, ret); + C << nl << "ice_response(" << args << ");"; C << eb; C << nl << "catch(const ::Ice::Exception& __ex)"; C << sb; C << nl << "ice_exception(__ex);"; - C << nl << "return;"; C << eb; - C << nl << "ice_response(" << args << ");"; C << eb; } -- cgit v1.2.3