summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPool.h
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2006-01-31 01:51:15 +0000
committerBernard Normier <bernard@zeroc.com>2006-01-31 01:51:15 +0000
commit4d7448e622a41c5a6e5fd5f05a20118036139fae (patch)
tree52aa4020efa36cf3b7e63ecbddb41ddc2146f65c /cpp/src/Ice/ThreadPool.h
parentDisabled unicode test (diff)
downloadice-4d7448e622a41c5a6e5fd5f05a20118036139fae.tar.bz2
ice-4d7448e622a41c5a6e5fd5f05a20118036139fae.tar.xz
ice-4d7448e622a41c5a6e5fd5f05a20118036139fae.zip
Moved isAlive from ThreadControl to Thread
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r--cpp/src/Ice/ThreadPool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h
index 41578b77250..de4cd4fa2e9 100644
--- a/cpp/src/Ice/ThreadPool.h
+++ b/cpp/src/Ice/ThreadPool.h
@@ -93,7 +93,7 @@ private:
const size_t _stackSize;
- std::vector<IceUtil::ThreadControl> _threads; // Control for all threads, running or not.
+ std::vector<IceUtil::ThreadPtr> _threads; // All threads, running or not.
int _running; // Number of running threads.
int _inUse; // Number of threads that are currently in use.
double _load; // Current load in number of threads.