diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-08-08 14:20:55 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-08-08 14:20:55 +0200 |
commit | 6a902b0177960d8bbb412f17f2e5303bf46f1f9a (patch) | |
tree | b50070a76a3fdffece0fdf42c897a3e622609613 /cpp/src/Ice/ConnectionRequestHandler.h | |
parent | Fix build failure (diff) | |
download | ice-6a902b0177960d8bbb412f17f2e5303bf46f1f9a.tar.bz2 ice-6a902b0177960d8bbb412f17f2e5303bf46f1f9a.tar.xz ice-6a902b0177960d8bbb412f17f2e5303bf46f1f9a.zip |
Fixed ICE-7208 - C++98 sync code now depends on async code
Diffstat (limited to 'cpp/src/Ice/ConnectionRequestHandler.h')
-rw-r--r-- | cpp/src/Ice/ConnectionRequestHandler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Ice/ConnectionRequestHandler.h b/cpp/src/Ice/ConnectionRequestHandler.h index 90838f7d3f4..4d58928803b 100644 --- a/cpp/src/Ice/ConnectionRequestHandler.h +++ b/cpp/src/Ice/ConnectionRequestHandler.h @@ -28,10 +28,8 @@ public: virtual RequestHandlerPtr update(const RequestHandlerPtr&, const RequestHandlerPtr&); - virtual bool sendRequest(ProxyOutgoingBase*); virtual AsyncStatus sendAsyncRequest(const ProxyOutgoingAsyncBasePtr&); - virtual void requestCanceled(OutgoingBase*, const Ice::LocalException&); virtual void asyncRequestCanceled(const OutgoingAsyncBasePtr&, const Ice::LocalException&); virtual Ice::ConnectionIPtr getConnection(); |