From dd66c50ce1cd9c8fc45d286d68c059e35073de0d Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Fri, 23 Mar 2007 16:37:45 +0000 Subject: Bug 1873. --- cpp/src/Ice/ThreadPool.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cpp/src/Ice/ThreadPool.cpp') diff --git a/cpp/src/Ice/ThreadPool.cpp b/cpp/src/Ice/ThreadPool.cpp index 64460db7284..59d479ce841 100644 --- a/cpp/src/Ice/ThreadPool.cpp +++ b/cpp/src/Ice/ThreadPool.cpp @@ -23,11 +23,7 @@ using namespace std; using namespace Ice; using namespace IceInternal; -void IceInternal::incRef(ThreadPool* p) { p->__incRef(); } -#ifdef __BCPLUSPLUS__ -ICE_API -#endif -void IceInternal::decRef(ThreadPool* p) { p->__decRef(); } +IceUtil::Shared* IceInternal::upCast(ThreadPool* p) { return p; } IceInternal::ThreadPool::ThreadPool(const InstancePtr& instance, const string& prefix, int timeout) : _instance(instance), -- cgit v1.2.3