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