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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h
index 35b2a82977b..af6ef1bd180 100644
--- a/cpp/src/Ice/ThreadPool.h
+++ b/cpp/src/Ice/ThreadPool.h
@@ -52,9 +52,8 @@ public:
private:
- void initiateShutdown(); // Signal-safe shutdown initiation.
- bool clearInterrupt();
- void setInterrupt(char);
+ void clearInterrupt();
+ void setInterrupt();
bool run(); // Returns true if a follower should be promoted.
void read(const EventHandlerPtr&);