Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
CommunicatorF.h
1// Copyright (c) ZeroC, Inc.
2
3#ifndef ICE_COMMUNICATOR_F_H
4#define ICE_COMMUNICATOR_F_H
5
6#include <memory>
7
8namespace Ice
9{
10 class Communicator;
11
12 /// A shared pointer to a Communicator.
13 using CommunicatorPtr = std::shared_ptr<Communicator>;
14}
15
16#endif
Communicator is the central object in Ice.
std::shared_ptr< Communicator > CommunicatorPtr
A shared pointer to a Communicator.
The Ice RPC framework.
Definition SampleEvent.h:59