mqtt_cpp
error_code.hpp
Go to the documentation of this file.
1 // Copyright Takatoshi Kondo 2019
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_ERROR_CODE_HPP)
8 #define MQTT_ERROR_CODE_HPP
9 
10 #include <mqtt/namespace.hpp>
11 
12 #include <boost/system/error_code.hpp>
13 
14 namespace MQTT_NS {
15 
17 
18 } // namespace MQTT_NS
19 
20 #endif // MQTT_ERROR_CODE_HPP
Definition: any.hpp:27
boost::system::error_code error_code
Definition: error_code.hpp:16