diff options
author | Marc Laukien <marc@zeroc.com> | 2001-08-12 14:00:27 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-08-12 14:00:27 +0000 |
commit | 1d20ed6fc8d49eec1a0a27a59cfabb99909b8a65 (patch) | |
tree | 38a980b5b197c3121f3b24417eeedb6de03e3164 /cpp/src/slice2cpp/Gen.cpp | |
parent | fix (diff) | |
download | ice-1d20ed6fc8d49eec1a0a27a59cfabb99909b8a65.tar.bz2 ice-1d20ed6fc8d49eec1a0a27a59cfabb99909b8a65.tar.xz ice-1d20ed6fc8d49eec1a0a27a59cfabb99909b8a65.zip |
location forward
Diffstat (limited to 'cpp/src/slice2cpp/Gen.cpp')
-rw-r--r-- | cpp/src/slice2cpp/Gen.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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()) |