]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/routing/WifiZone.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix doc.
[simgrid.git] / src / kernel / routing / WifiZone.cpp
index a9b941cf57b6dfa5cfda1285191304d2ac8b4d0d..70af014c07ff77501e80a594e3db96dd7406e263 100644 (file)
@@ -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)