//===-- rosa/agent/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/agent/namespace.h
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2017
///
/// \brief Documentation for namespace \c rosa::agent.
///
//===----------------------------------------------------------------------===//

#ifndef ROSA_AGENT_NAMESPACE_H
#define ROSA_AGENT_NAMESPACE_H

namespace rosa {

/// Contains functionalities that are supposed to be useful for implementing
/// *agents*.
namespace agent {}

} // End namespace rosa

#endif // ROSA_AGENT_NAMESPACE_H
