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

Public GIT Repository
Merge branch 'wifi_clean' into 'master'
[simgrid.git] / src / kernel / resource / SplitDuplexLinkImpl.cpp
index a74c2d75af165a709aa13f6fe5d680936b10f58a..cd4ec9fe971ad000a1cf158c2a8f16a3230bcc1c 100644 (file)
@@ -11,9 +11,7 @@ XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(res_network);
  * Model *
  *********/
 
-namespace simgrid {
-namespace kernel {
-namespace resource {
+namespace simgrid::kernel::resource {
 
 SplitDuplexLinkImpl::SplitDuplexLinkImpl(const std::string& name, StandardLinkImpl* link_up,
                                          StandardLinkImpl* link_down)
@@ -93,6 +91,4 @@ void SplitDuplexLinkImpl::set_concurrency_limit(int limit) const
   link_down_->set_concurrency_limit(limit);
 }
 
-} // namespace resource
-} // namespace kernel
-} // namespace simgrid
+} // namespace simgrid::kernel::resource