X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/237fd22b56db7d1c67360c37559ce3aab16a002d..HEAD:/include/simgrid/kernel/routing/EmptyZone.hpp diff --git a/include/simgrid/kernel/routing/EmptyZone.hpp b/include/simgrid/kernel/routing/EmptyZone.hpp index b1f820c8bd..f5fd3340e6 100644 --- a/include/simgrid/kernel/routing/EmptyZone.hpp +++ b/include/simgrid/kernel/routing/EmptyZone.hpp @@ -1,17 +1,15 @@ -/* Copyright (c) 2013-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2013-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#ifndef SURF_ROUTING_NONE_HPP_ -#define SURF_ROUTING_NONE_HPP_ +#ifndef SIMGRID_ROUTING_NONE_HPP_ +#define SIMGRID_ROUTING_NONE_HPP_ #include #include -namespace simgrid { -namespace kernel { -namespace routing { +namespace simgrid::kernel::routing { /** @ingroup ROUTING_API * @brief NetZone with no routing, useful with the constant network model @@ -32,8 +30,6 @@ public: void get_graph(const s_xbt_graph_t* graph, std::map>* /*nodes*/, std::map>* /*edges*/) override; }; -} // namespace routing -} // namespace kernel -} // namespace simgrid +} // namespace simgrid::kernel::routing -#endif /* SURF_ROUTING_NONE_HPP_ */ +#endif /* SIMGRID_ROUTING_NONE_HPP_ */