From 93349d8446a3847d38c8bed0cefb71cdecb0570a Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Wed, 16 May 2007 19:14:39 +0000 Subject: New Dispatch Interceptor (see bug #2126) --- cpp/src/slice2java/Gen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2java/Gen.cpp') diff --git a/cpp/src/slice2java/Gen.cpp b/cpp/src/slice2java/Gen.cpp index 68d3c4099fd..cfae6c72be1 100644 --- a/cpp/src/slice2java/Gen.cpp +++ b/cpp/src/slice2java/Gen.cpp @@ -4357,7 +4357,7 @@ Slice::Gen::DelegateDVisitor::visitClassDefStart(const ClassDefPtr& p) out << sb; out << nl << "try"; out << sb; - out << nl << "throw __direct.getUserException();"; + out << nl << "__direct.throwUserException();"; out << eb; for(ExceptionList::const_iterator t = throws.begin(); t != throws.end(); ++t) { -- cgit v1.2.3