From 0b54d19c46f786cc90227ce0e3a777334ef8d35e Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Tue, 12 Feb 2002 04:53:45 +0000 Subject: made some inline ops non-inline; added comments and TODOs --- cpp/src/Ice/ThreadPool.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpp/src/Ice/ThreadPool.cpp') diff --git a/cpp/src/Ice/ThreadPool.cpp b/cpp/src/Ice/ThreadPool.cpp index 776fa258ce8..c3c6aa4e35d 100644 --- a/cpp/src/Ice/ThreadPool.cpp +++ b/cpp/src/Ice/ThreadPool.cpp @@ -527,6 +527,12 @@ IceInternal::ThreadPool::read(const EventHandlerPtr& handler) } } +void +IceInternal::ThreadPool::EventHandlerThread::EventHandlerThread(const ThreadPoolPtr& pool) : + _pool(pool) +{ +} + void IceInternal::ThreadPool::EventHandlerThread::run() { -- cgit v1.2.3