mqtt_cpp
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
namespace.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_NAMESPACE_HPP)
8 #define MQTT_NAMESPACE_HPP
9 
10 #if !defined(MQTT_NS)
11 #define MQTT_NS mqtt
12 #endif // !defined(MQTT_NS)
13 
14 #endif // MQTT_NAMESPACE_HPP