//===-- rosa/config/namespaces.h --------------------------------*- C++ -*-===//
//
//                                 The RoSA Framework
//
//===----------------------------------------------------------------------===//
///
/// \file rosa/config/namespaces.h
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2017
///
/// \brief Documentation for namespaces that are scattered into more then one
///        header file.
///
//===----------------------------------------------------------------------===//

#ifndef ROSA_CONFIG_NAMESPACES_H
#define ROSA_CONFIG_NAMESPACES_H

/// Base namespace used by the RoSA framework.
namespace rosa {

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

} // End namespace rosa

#endif // ROSA_CONFIG_NAMESPACES_H
