From 5708cc172e28f36986d8f3a11d53b45236dd5782 Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Sat, 1 Dec 2001 00:45:51 +0000 Subject: addressing --- cpp/src/slice2cpp/Gen.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src/slice2cpp/Gen.cpp') diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index 340c3a73edc..b5728046317 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -1103,12 +1103,12 @@ Slice::Gen::DelegateMVisitor::visitOperation(const OperationPtr& p) H << sp << nl << "virtual " << retS << ' ' << name << params << ';'; C << sp << nl << retS << nl << "IceDelegateM" << scoped << paramsDecl; C << sb; - C << nl << "bool __sendRef = false;"; + C << nl << "bool __sendProxy = false;"; C << nl << "while (true)"; C << sb; C << nl << "try"; C << sb; - C << nl << "::IceInternal::Outgoing __out(__emitter, __reference, __sendRef, \"" << name << "\", __context);"; + C << nl << "::IceInternal::Outgoing __out(__emitter, __reference, __sendProxy, \"" << name << "\", __context);"; if (ret || !outParams.empty() || !throws.empty()) { C << nl << "::IceInternal::BasicStream* __is = __out.is();"; @@ -1167,7 +1167,7 @@ Slice::Gen::DelegateMVisitor::visitOperation(const OperationPtr& p) C << eb; C << nl << "catch (const ::Ice::ProxyRequested&)"; C << sb; - C << nl << "__sendRef = true;"; + C << nl << "__sendProxy = true;"; C << eb; C << eb; C << eb; -- cgit v1.2.3