From 1d20ed6fc8d49eec1a0a27a59cfabb99909b8a65 Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Sun, 12 Aug 2001 14:00:27 +0000 Subject: location forward --- cpp/src/slice2cpp/Gen.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpp/src/slice2cpp/Gen.cpp') diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index 161714d44a3..3e33c7f90f1 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -702,6 +702,10 @@ Slice::Gen::ProxyVisitor::visitOperation(const OperationPtr& p) C << nl << "return;"; } C << eb; + C << nl << "catch (const ::Ice::LocationForward& __ex)"; + C << sb; + C << nl << "__locationForward(__ex);"; + C << eb; C << nl << "catch (const ::IceInternal::NonRepeatable& __ex)"; C << sb; if (p->nonmutating()) -- cgit v1.2.3