diff options
author | Marc Laukien <marc@zeroc.com> | 2004-01-19 14:30:48 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-01-19 14:30:48 +0000 |
commit | 3eaf51110766ef58cae009ca8f175cf141085f70 (patch) | |
tree | 1fb7a1f9cf44f44027d0c521b470b27c07440f92 /cpp/src/Ice/ThreadPool.h | |
parent | fixes (diff) | |
download | ice-3eaf51110766ef58cae009ca8f175cf141085f70.tar.bz2 ice-3eaf51110766ef58cae009ca8f175cf141085f70.tar.xz ice-3eaf51110766ef58cae009ca8f175cf141085f70.zip |
timeout fix
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r-- | cpp/src/Ice/ThreadPool.h | 5 |
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&); |