summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPool.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-01-19 14:30:48 +0000
committerMarc Laukien <marc@zeroc.com>2004-01-19 14:30:48 +0000
commit3eaf51110766ef58cae009ca8f175cf141085f70 (patch)
tree1fb7a1f9cf44f44027d0c521b470b27c07440f92 /cpp/src/Ice/ThreadPool.h
parentfixes (diff)
downloadice-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.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&);