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 b00c97d68f9..8ea4b54e34c 100644 --- a/cpp/include/Ice/OutgoingAsync.h +++ b/cpp/include/Ice/OutgoingAsync.h @@ -92,6 +92,7 @@ public: using OutgoingAsyncBase::sent; virtual bool completed(const Ice::Exception&); + virtual void cancelable(const CancellationHandlerPtr&); void retry(); void abort(const Ice::Exception&); |