summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPoolF.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/ThreadPoolF.h')
-rw-r--r--cpp/src/Ice/ThreadPoolF.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/Ice/ThreadPoolF.h b/cpp/src/Ice/ThreadPoolF.h
index e2f368042f5..5b468c35c61 100644
--- a/cpp/src/Ice/ThreadPoolF.h
+++ b/cpp/src/Ice/ThreadPoolF.h
@@ -10,14 +10,15 @@
#ifndef ICE_THREAD_POOL_F_H
#define ICE_THREAD_POOL_F_H
+#include <IceUtil/Shared.h>
+
#include <Ice/Handle.h>
namespace IceInternal
{
class ThreadPool;
-void incRef(ThreadPool*);
-void decRef(ThreadPool*);
+IceUtil::Shared* upCast(ThreadPool*);
typedef Handle<ThreadPool> ThreadPoolPtr;
}