summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/CollocatedRequestHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/CollocatedRequestHandler.h')
-rw-r--r--cpp/src/Ice/CollocatedRequestHandler.h3
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;