From 781b07f5f0c07633510b645c0ba8aa7b43f80a59 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Mon, 26 Nov 2007 14:53:59 -0500 Subject: Fixed SystemException to no longer derive from LocalException --- 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 65fd5a08e58..dbc34fc94f7 100755 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -3026,6 +3026,10 @@ Slice::Gen::DelegateDVisitor::visitOperation(const OperationPtr& p) C << nl << "throw;"; C << eb; } + C << nl << "catch(const ::Ice::SystemException&)"; + C << sb; + C << nl << "throw;"; + C << eb; C << nl << "catch(const ::IceInternal::LocalExceptionWrapper&)"; C << sb; C << nl << "throw;"; -- cgit v1.2.3