Ice 3.7 C++11 API Reference
ThreadPoolF.h
Go to the documentation of this file.
1 //
2 // Copyright (c) ZeroC, Inc. All rights reserved.
3 //
4 
5 #ifndef ICE_THREAD_POOL_F_H
6 #define ICE_THREAD_POOL_F_H
7 
8 #include <IceUtil/Shared.h>
9 
10 #include <Ice/Handle.h>
11 
12 namespace IceInternal
13 {
14 
15 class ThreadPool;
16 ICE_API IceUtil::Shared* upCast(ThreadPool*);
17 typedef Handle<ThreadPool> ThreadPoolPtr;
18 
19 class ThreadPoolCurrent;
20 
21 }
22 
23 #endif
Handle.h
ICE_API
#define ICE_API
Definition: Config.h:197
Shared.h
IceUtil::Shared
Definition: Shared.h:78