namespace.hpp 356 B

1234567891011121314
  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. #if !defined(MQTT_NAMESPACE_HPP)
  7. #define MQTT_NAMESPACE_HPP
  8. #if !defined(MQTT_NS)
  9. #define MQTT_NS mqtt
  10. #endif // !defined(MQTT_NS)
  11. #endif // MQTT_NAMESPACE_HPP