summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPool.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r--cpp/src/Ice/ThreadPool.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h
index d829efa73f4..973df01bff2 100644
--- a/cpp/src/Ice/ThreadPool.h
+++ b/cpp/src/Ice/ThreadPool.h
@@ -18,6 +18,8 @@
#include <Ice/ThreadPoolF.h>
#include <Ice/InstanceF.h>
+#include <Ice/LoggerF.h>
+#include <Ice/PropertiesF.h>
#include <Ice/EventHandlerF.h>
#include <list>
@@ -58,6 +60,8 @@ private:
void read(const EventHandlerPtr&);
InstancePtr _instance;
+ ::Ice::LoggerPtr _logger;
+ ::Ice::PropertiesPtr _properties;
bool _destroyed;
SOCKET _maxFd;
SOCKET _minFd;