Turi Create  4.0
cppipc.hpp
1 /* Copyright © 2017 Apple Inc. All rights reserved.
2  *
3  * Use of this source code is governed by a BSD-3-clause license that can
4  * be found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause
5  */
6 #ifndef CPPIPC_CPPIPC_HPP
7 #define CPPIPC_CPPIPC_HPP
8 #include <cxxabi.h>
9 #include <typeinfo>
10 #include <string>
11 #include <core/system/cppipc/ipc_object_base.hpp>
12 #include <core/system/cppipc/client/object_proxy.hpp>
13 #include <core/system/cppipc/server/comm_server.hpp>
14 #include <core/system/cppipc/registration_macros.hpp>
15 #endif
16 
17 #include <core/system/cppipc/magic_macros.hpp>