Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
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
11namespace IceInternal
12{
13
14class BatchRequestQueue;
15ICE_API IceUtil::Shared* upCast(BatchRequestQueue*);
16typedef IceInternal::Handle<BatchRequestQueue> BatchRequestQueuePtr;
17
18}
19
20#endif
#define ICE_API
Definition Config.h:197