diff options
Diffstat (limited to 'cpp/include/Ice/OutgoingAsync.h')
-rw-r--r-- | cpp/include/Ice/OutgoingAsync.h | 1 |
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; |