//===-- rosa/support/csv/namespace.h ----------------------------*- C++ -*-===//
//
//                                 The RoSA Framework
//
// Distributed under the terms and conditions of the Boost Software License 1.0.
// See accompanying file LICENSE.
//
// If you did not receive a copy of the license file, see
// http://www.boost.org/LICENSE_1_0.txt.
//
//===----------------------------------------------------------------------===//
///
/// \file rosa/support/mqtt/namespace.h
///
/// \author Benedikt Tutzer (benedikt.tutzer@tuwien.ac.at)
///
/// \date 2020
///
/// \brief Documentation for the namespace \c rosa::mqtt.
///
//===----------------------------------------------------------------------===//

#ifndef ROSA_SUPPORT_MQTT_NAMESPACE_H
#define ROSA_SUPPORT_MQTT_NAMESPACE_H

namespace rosa {
/// Provides facilities to work with mqtt brokers.
namespace mqtt {}
} // End namespace rosa

#endif // ROSA_SUPPORT_MQTT_NAMESPACE_H
