summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2014-10-20 18:55:00 +0200
committerBenoit Foucher <benoit@zeroc.com>2014-10-20 18:55:00 +0200
commit170bf09308eaf600709b88fe98e472949924affd (patch)
treeffe87d358c84f5c7511df56a82854a6e3b6904cb /cpp/include
parentBuild lambda tests if JVM version >= 1.8 (diff)
downloadice-170bf09308eaf600709b88fe98e472949924affd.tar.bz2
ice-170bf09308eaf600709b88fe98e472949924affd.tar.xz
ice-170bf09308eaf600709b88fe98e472949924affd.zip
Fixed connect request handler to not invoke callback from a single thread
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/Ice/OutgoingAsync.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/Ice/OutgoingAsync.h b/cpp/include/Ice/OutgoingAsync.h
index 8ea4b54e34c..7aedb026821 100644
--- a/cpp/include/Ice/OutgoingAsync.h
+++ b/cpp/include/Ice/OutgoingAsync.h
@@ -45,6 +45,7 @@ public:
// Those methods are public when called from an OutgoingAsyncBase reference.
using Ice::AsyncResult::cancelable;
using Ice::AsyncResult::invokeSent;
+ using Ice::AsyncResult::invokeSentAsync;
using Ice::AsyncResult::invokeCompleted;
using Ice::AsyncResult::invokeCompletedAsync;