summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPool.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-02-12 04:59:12 +0000
committerMarc Laukien <marc@zeroc.com>2002-02-12 04:59:12 +0000
commite764b6d2adc5a0ef75caf1f6f406af86bd95aa1c (patch)
tree1136dc7e95fc1d36b509f50a9b87a1c04179a576 /cpp/src/Ice/ThreadPool.cpp
parentmade some inline ops non-inline; added comments and TODOs (diff)
downloadice-e764b6d2adc5a0ef75caf1f6f406af86bd95aa1c.tar.bz2
ice-e764b6d2adc5a0ef75caf1f6f406af86bd95aa1c.tar.xz
ice-e764b6d2adc5a0ef75caf1f6f406af86bd95aa1c.zip
made some inline ops non-inline; added comments and TODOs
Diffstat (limited to 'cpp/src/Ice/ThreadPool.cpp')
-rw-r--r--cpp/src/Ice/ThreadPool.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPool.cpp b/cpp/src/Ice/ThreadPool.cpp
index c3c6aa4e35d..14124f4e1a5 100644
--- a/cpp/src/Ice/ThreadPool.cpp
+++ b/cpp/src/Ice/ThreadPool.cpp
@@ -527,7 +527,6 @@ IceInternal::ThreadPool::read(const EventHandlerPtr& handler)
}
}
-void
IceInternal::ThreadPool::EventHandlerThread::EventHandlerThread(const ThreadPoolPtr& pool) :
_pool(pool)
{