X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/81d7cef8216e2de0c091d47b34c404047fa8f183..5ed37babb2fa9097abe82df299c0aa259ed84d5a:/src/kernel/routing/WifiZone.cpp diff --git a/src/kernel/routing/WifiZone.cpp b/src/kernel/routing/WifiZone.cpp index a9b941cf57..d6cb94fa82 100644 --- a/src/kernel/routing/WifiZone.cpp +++ b/src/kernel/routing/WifiZone.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2009-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. */ @@ -11,8 +11,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_routing_wifi, ker_routing, "Kernel Wifi Routing"); namespace simgrid { -namespace kernel { -namespace routing { +namespace kernel::routing { void WifiZone::do_seal() { @@ -54,8 +53,7 @@ resource::StandardLinkImpl* WifiZone::do_create_link(const std::string& name, co wifi_link_->set_sharing_policy(s4u::Link::SharingPolicy::WIFI, {}); return wifi_link_; } -} // namespace routing -} // namespace kernel +} // namespace kernel::routing namespace s4u { NetZone* create_wifi_zone(const std::string& name)