diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-07-15 10:22:40 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-07-15 10:22:40 +0200 |
commit | 710a9221852d6c92b1727a429a33b38f1f949352 (patch) | |
tree | 6bc9ac9ed04a6b1858d8fc30282d4f18ef04abbb /cpp/src/Ice/CollocatedRequestHandler.h | |
parent | - Fix for ICE-5578 - Python build failure (diff) | |
download | ice-710a9221852d6c92b1727a429a33b38f1f949352.tar.bz2 ice-710a9221852d6c92b1727a429a33b38f1f949352.tar.xz ice-710a9221852d6c92b1727a429a33b38f1f949352.zip |
Fixed collocation optimization to use the dispatcher, minor test fixes
Diffstat (limited to 'cpp/src/Ice/CollocatedRequestHandler.h')
-rw-r--r-- | cpp/src/Ice/CollocatedRequestHandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/CollocatedRequestHandler.h b/cpp/src/Ice/CollocatedRequestHandler.h index 9a1c8096399..7cba2acd5c1 100644 --- a/cpp/src/Ice/CollocatedRequestHandler.h +++ b/cpp/src/Ice/CollocatedRequestHandler.h @@ -74,9 +74,10 @@ public: private: - void handleException(Ice::Int, const Ice::Exception&, bool); + void handleException(Ice::Int, const Ice::Exception&); const Ice::ObjectAdapterIPtr _adapter; + const bool _dispatcher; const Ice::LoggerPtr _logger; const TraceLevelsPtr _traceLevels; const bool _batchAutoFlush; |