CppWAMP
C++11 client library for the WAMP protocol
passkey.hpp
1
/*------------------------------------------------------------------------------
2
Copyright Butterfly Energy Systems 2014-2015.
3
Distributed under the Boost Software License, Version 1.0.
4
http://www.boost.org/LICENSE_1_0.txt
5
------------------------------------------------------------------------------*/
6
7
#ifndef CPPWAMP_PASSKEY_HPP
8
#define CPPWAMP_PASSKEY_HPP
9
10
namespace
wamp
11
{
12
13
class
Session;
14
15
namespace
internal
16
{
17
class
PassKey
18
{
19
PassKey() {}
20
21
template
<
typename
,
typename
>
friend
class
Peer;
22
template
<
typename
,
typename
>
friend
class
Client;
23
friend
class
wamp::Session
;
24
};
25
}
26
27
}
28
29
#endif // CPPWAMP_PASSKEY_HPP
wamp
Definition:
anyhandler.hpp:36
wamp::Session
Session API used by a client peer in WAMP applications.
Definition:
session.hpp:110
cppwamp
internal
passkey.hpp
Generated on Sat Aug 13 2022 20:54:38 for CppWAMP by
1.8.17