diff options
Diffstat (limited to 'cpp/include/Ice/Proxy.h')
-rw-r--r-- | cpp/include/Ice/Proxy.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/include/Ice/Proxy.h b/cpp/include/Ice/Proxy.h index 4056f04a515..a5bf67c494c 100644 --- a/cpp/include/Ice/Proxy.h +++ b/cpp/include/Ice/Proxy.h @@ -1063,7 +1063,7 @@ public: } /** - * Flushes any pending batched requests for this communicator. The call blocks until the flush is complete. + * Flushes asynchronously any pending batched requests for this communicator. * @param ex The exception callback. * @param sent The sent callback. * @return A function that can be called to cancel the invocation locally. @@ -1079,7 +1079,7 @@ public: } /** - * Flushes any pending batched requests for this communicator. The call blocks until the flush is complete. + * Flushes asynchronously any pending batched requests for this communicator. * @return The future object for the invocation. */ template<template<typename> class P = std::promise> auto @@ -2741,7 +2741,7 @@ public: } /** - * Flushes any pending batched requests for this proxy. The call blocks until the flush is complete. + * Flushes asynchronously any pending batched requests for this proxy. * @return The asynchronous result object for the invocation. */ ::Ice::AsyncResultPtr begin_ice_flushBatchRequests() @@ -2750,7 +2750,7 @@ public: } /** - * Flushes any pending batched requests for this proxy. The call blocks until the flush is complete. + * Flushes asynchronously any pending batched requests for this proxy. * @param cb Asynchronous callback object. * @param cookie User-defined data to associate with the invocation. * @return The asynchronous result object for the invocation. @@ -2762,7 +2762,7 @@ public: } /** - * Flushes any pending batched requests for this proxy. The call blocks until the flush is complete. + * Flushes asynchronously any pending batched requests for this proxy. * @param cb Asynchronous callback object. * @param cookie User-defined data to associate with the invocation. * @return The asynchronous result object for the invocation. |