From a6d8c987ffab6ce316453e0c63b38b78285a554c Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Sun, 25 May 2003 18:27:33 +0000 Subject: DispatchAsync --- 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 139524917b2..eeb9cc8c537 100644 --- a/cpp/src/slice2java/Gen.cpp +++ b/cpp/src/slice2java/Gen.cpp @@ -664,7 +664,7 @@ Slice::JavaVisitor::writeDispatch(Output& out, const ClassDefPtr& p) out << sb; out << nl << "__cb.ice_exception(ex);"; out << eb; - out << nl << "return IceInternal.DispatchStatus.DispatchOK;"; + out << nl << "return IceInternal.DispatchStatus.DispatchAsync;"; out << eb; } -- cgit v1.2.3