summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPool.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2002-12-05 15:21:54 +0000
committerMichi Henning <michi@zeroc.com>2002-12-05 15:21:54 +0000
commit5b39a34fefc1745cba31cbef72389c0ca4c6b992 (patch)
tree44e05b51fc18dd8d9cace0efaa4754a725b61e24 /cpp/src/Ice/ThreadPool.cpp
parentFixed incorrect _kindOfObject assignments. (diff)
downloadice-5b39a34fefc1745cba31cbef72389c0ca4c6b992.tar.bz2
ice-5b39a34fefc1745cba31cbef72389c0ca4c6b992.tar.xz
ice-5b39a34fefc1745cba31cbef72389c0ca4c6b992.zip
Style fixes only.
Diffstat (limited to 'cpp/src/Ice/ThreadPool.cpp')
-rw-r--r--cpp/src/Ice/ThreadPool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPool.cpp b/cpp/src/Ice/ThreadPool.cpp
index 530ad180f74..f5d947d9117 100644
--- a/cpp/src/Ice/ThreadPool.cpp
+++ b/cpp/src/Ice/ThreadPool.cpp
@@ -163,7 +163,7 @@ IceInternal::ThreadPool::ThreadPool(const InstancePtr& instance, bool server) :
__setNoDelete(false);
throw;
}
- catch (...)
+ catch(...)
{
__setNoDelete(false);
throw;