X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/831de10adaaf8910940aa280e2ac2dd075b5ffe5..1b75ebf09b4d1b81533d140a9437efffeb9e6a0c:/src/kernel/routing/AsImpl.cpp diff --git a/src/kernel/routing/AsImpl.cpp b/src/kernel/routing/AsImpl.cpp index 40c940052d..c6ab319798 100644 --- a/src/kernel/routing/AsImpl.cpp +++ b/src/kernel/routing/AsImpl.cpp @@ -11,15 +11,11 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(AsImpl,surf, "Implementation of S4U autonomous systems"); namespace simgrid { + namespace kernel { namespace routing { - AsImpl::AsImpl(const char *name) - : As(name) - { - } - AsImpl::~AsImpl() - { - } + AsImpl::AsImpl(const char *name) : As(name) { } + AsImpl::~AsImpl() = default; xbt_dynar_t AsImpl::getOneLinkRoutes() { return nullptr; @@ -217,5 +213,4 @@ namespace simgrid { } - } -}; +}}} // namespace