diff options
Diffstat (limited to 'cpp/src/Ice/ThreadPool.cpp')
-rw-r--r-- | cpp/src/Ice/ThreadPool.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
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), |