From c30be86aa8bad1e8754f0ac0efe925d79a1da26e Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Mon, 30 Jan 2006 09:56:18 +0000 Subject: Fix for bug 830 fix: amd also needs to be checked --- 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 f3c845e086e..8b490f2a146 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -3050,7 +3050,7 @@ Slice::Gen::ObjectVisitor::visitOperation(const OperationPtr& p) C << sp; C << nl << "::IceInternal::DispatchStatus" << nl << scope.substr(2) << "___" << name << "(::IceInternal::Incoming&"; - if(!paramList.empty() || !p->throws().empty() || ret) + if(!paramList.empty() || !p->throws().empty() || ret || amd) { C << "__inS"; } -- cgit v1.2.3