diff options
author | Marc Laukien <marc@zeroc.com> | 2002-09-29 17:08:25 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-09-29 17:08:25 +0000 |
commit | 7459a281dc81f573246d99b0f863ef0065e4e6ad (patch) | |
tree | 2c14f30e3e3c8f40efa795631427a6a795b34d65 /cpp/src/Ice/ThreadPool.cpp | |
parent | minor changes for gcc 3.2 (diff) | |
download | ice-7459a281dc81f573246d99b0f863ef0065e4e6ad.tar.bz2 ice-7459a281dc81f573246d99b0f863ef0065e4e6ad.tar.xz ice-7459a281dc81f573246d99b0f863ef0065e4e6ad.zip |
lots and lots of fixes
Diffstat (limited to 'cpp/src/Ice/ThreadPool.cpp')
-rw-r--r-- | cpp/src/Ice/ThreadPool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPool.cpp b/cpp/src/Ice/ThreadPool.cpp index a8a7b59b0ef..7d1bb70d69d 100644 --- a/cpp/src/Ice/ThreadPool.cpp +++ b/cpp/src/Ice/ThreadPool.cpp @@ -609,7 +609,7 @@ IceInternal::ThreadPool::EventHandlerThread::run() Error out(_pool->_instance->logger()); out << "exception in thread pool:\n" << ex; } - catch (...) + catch(...) { Error out(_pool->_instance->logger()); out << "unknown exception in thread pool"; |