CppWAMP
C++11 client library for the WAMP protocol
sessiondata.hpp
1
/*------------------------------------------------------------------------------
2
Copyright Butterfly Energy Systems 2022.
3
Distributed under the Boost Software License, Version 1.0.
4
http://www.boost.org/LICENSE_1_0.txt
5
------------------------------------------------------------------------------*/
6
7
#ifndef CPPWAMP_SESSIONDATA_HPP
8
#define CPPWAMP_SESSIONDATA_HPP
9
10
// This header is deprecated but kept for backward compatiblity.
11
// Please include <cppwamp/peerdata.hpp> instead.
12
13
#include "
peerdata.hpp
"
14
15
#endif // CPPWAMP_SESSIONDATA_HPP
peerdata.hpp
Contains declarations for data structures exchanged between WAMP peers.
cppwamp
sessiondata.hpp
Generated on Sat Aug 13 2022 20:54:39 for CppWAMP by
1.8.17