summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/ThreadPoolF.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/ThreadPoolF.h')
-rw-r--r--cpp/include/Ice/ThreadPoolF.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/cpp/include/Ice/ThreadPoolF.h b/cpp/include/Ice/ThreadPoolF.h
new file mode 100644
index 00000000000..f29a2d181bb
--- /dev/null
+++ b/cpp/include/Ice/ThreadPoolF.h
@@ -0,0 +1,28 @@
+// **********************************************************************
+//
+// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+//
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
+//
+// **********************************************************************
+
+#ifndef ICE_THREAD_POOL_F_H
+#define ICE_THREAD_POOL_F_H
+
+#include <IceUtil/Shared.h>
+
+#include <Ice/Handle.h>
+
+namespace IceInternal
+{
+
+class ThreadPool;
+ICE_API IceUtil::Shared* upCast(ThreadPool*);
+typedef Handle<ThreadPool> ThreadPoolPtr;
+
+class ThreadPoolCurrent;
+
+}
+
+#endif