Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
ConnectionIF.h
1// Copyright (c) ZeroC, Inc.
2
3#ifndef ICE_CONNECTIONI_F_H
4#define ICE_CONNECTIONI_F_H
5
6#include <memory>
7
8namespace Ice
9{
10 /// @cond INTERNAL
11 class ConnectionI;
12 using ConnectionIPtr = std::shared_ptr<ConnectionI>;
13 /// @endcond
14}
15
16#endif
The Ice RPC framework.
Definition SampleEvent.h:59