mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-06-25 20:21:31 +02:00
Summary: related to T15996 updates copyright year to 2025 Reviewers: ivica Reviewed By: ivica Subscribers: iljazovic, miljen Differential Revision: https://repo.mireo.local/D33759
20 lines
570 B
C++
20 lines
570 B
C++
//
|
|
// Copyright (c) 2023-2025 Ivica Siladic, Bruno Iljazovic, Korina Simicevic
|
|
//
|
|
// Distributed under the Boost Software License, Version 1.0.
|
|
// (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
//
|
|
|
|
#ifndef BOOST_MQTT5_HPP
|
|
#define BOOST_MQTT5_HPP
|
|
|
|
#include <boost/mqtt5/error.hpp>
|
|
#include <boost/mqtt5/logger.hpp>
|
|
#include <boost/mqtt5/logger_traits.hpp>
|
|
#include <boost/mqtt5/mqtt_client.hpp>
|
|
#include <boost/mqtt5/property_types.hpp>
|
|
#include <boost/mqtt5/reason_codes.hpp>
|
|
#include <boost/mqtt5/types.hpp>
|
|
|
|
#endif // !BOOST_MQTT5_HPP
|