Ice
3.8
C++ API Reference
Loading...
Searching...
No Matches
BatchRequestQueueF.h
1
// Copyright (c) ZeroC, Inc.
2
3
#ifndef ICE_BATCH_REQUEST_QUEUE_F_H
4
#define ICE_BATCH_REQUEST_QUEUE_F_H
5
6
#include <memory>
7
8
namespace
IceInternal
9
{
10
class
BatchRequestQueue;
11
using
BatchRequestQueuePtr = std::shared_ptr<BatchRequestQueue>;
12
}
13
14
#endif
Ice
BatchRequestQueueF.h
Generated by
1.14.0