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/slice2cpp/Gen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2cpp/Gen.cpp') diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index 0489018e9d9..db026b60b0f 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -2686,7 +2686,7 @@ Slice::Gen::ObjectVisitor::visitOperation(const OperationPtr& p) C << sb; C << nl << "__cb->ice_exception();"; C << eb; - C << nl << "return ::IceInternal::DispatchOK;"; + C << nl << "return ::IceInternal::DispatchAsync;"; } C << eb; } -- cgit v1.2.3