diff options
author | Marc Laukien <marc@zeroc.com> | 2003-05-25 18:27:33 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-05-25 18:27:33 +0000 |
commit | a6d8c987ffab6ce316453e0c63b38b78285a554c (patch) | |
tree | 629dc272c8abf968330a166bb8fc2b5f79f9ff50 /cpp/src/slice2cpp/Gen.cpp | |
parent | Backed out merge (diff) | |
download | ice-a6d8c987ffab6ce316453e0c63b38b78285a554c.tar.bz2 ice-a6d8c987ffab6ce316453e0c63b38b78285a554c.tar.xz ice-a6d8c987ffab6ce316453e0c63b38b78285a554c.zip |
DispatchAsync
Diffstat (limited to 'cpp/src/slice2cpp/Gen.cpp')
-rw-r--r-- | cpp/src/slice2cpp/Gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |