summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPool.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-10-11 18:09:45 +0000
committerMarc Laukien <marc@zeroc.com>2001-10-11 18:09:45 +0000
commitd97f276ddf939534613d7c0c6067205e7effc133 (patch)
treeaaef4b3e8007dbd53b050329ec91d8c73558aaa8 /cpp/src/Ice/ThreadPool.cpp
parentmore exception stuff (diff)
downloadice-d97f276ddf939534613d7c0c6067205e7effc133.tar.bz2
ice-d97f276ddf939534613d7c0c6067205e7effc133.tar.xz
ice-d97f276ddf939534613d7c0c6067205e7effc133.zip
more exception cleanup
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 8c0430f61aa..370a2d02482 100644
--- a/cpp/src/Ice/ThreadPool.cpp
+++ b/cpp/src/Ice/ThreadPool.cpp
@@ -11,7 +11,7 @@
#include <Ice/ThreadPool.h>
#include <Ice/EventHandler.h>
#include <Ice/Network.h>
-#include <Ice/LocalException.h>
+#include <Ice/Exception.h>
#include <Ice/Instance.h>
#include <Ice/Properties.h>
#include <Ice/Logger.h>