diff options
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r-- | cpp/src/Ice/ThreadPool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h index 885a7f33008..1f514c6535f 100644 --- a/cpp/src/Ice/ThreadPool.h +++ b/cpp/src/Ice/ThreadPool.h @@ -48,11 +48,11 @@ public: void _register(SOCKET, const EventHandlerPtr&); void unregister(SOCKET); void promoteFollower(); - void initiateShutdown(); // Signal-safe shutdown initiation. void joinWithAllThreads(); private: + void initiateShutdown(); // Signal-safe shutdown initiation. bool clearInterrupt(); void setInterrupt(char); |