mqtt_cpp
protocol_error_recv.hpp
Go to the documentation of this file.
1 // Copyright Takatoshi Kondo 2020
2 //
3 // Distributed under the Boost Software License, Version 1.0.
4 // (See accompanying file LICENSE_1_0.txt or copy at
5 // http://www.boost.org/LICENSE_1_0.txt)
6 
7 #if !defined(MQTT_PROTOCOL_ERROR_RECV_HPP)
8 #define MQTT_PROTOCOL_ERROR_RECV_HPP
9 
10 #include <cstdint>
11 #include <ostream>
12 
13 #include <boost/assert.hpp>
14 
15 #include <mqtt/namespace.hpp>
17 
18 namespace MQTT_NS {
19 
20 namespace error_check {
21 
22 struct subscribe {
23 };
24 
25 
26 } // namespace error_check
27 } // namespace MQTT_NS
28 
29 #endif // MQTT_PROTOCOL_ERROR_RECV_HPP
Definition: any.hpp:27
Definition: protocol_error_recv.hpp:22