X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/60aa4094e9e4d952445a3f16ba79adef8c3a3ae7..72d32c4e88a57f4786f62fec48a1bfa454adbff9:/src/kernel/resource/profile/Event.hpp diff --git a/src/kernel/resource/profile/Event.hpp b/src/kernel/resource/profile/Event.hpp index 576e92e820..62111e95c5 100644 --- a/src/kernel/resource/profile/Event.hpp +++ b/src/kernel/resource/profile/Event.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-2022. 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. */ @@ -8,9 +8,7 @@ #include "simgrid/forward.h" -namespace simgrid { -namespace kernel { -namespace profile { +namespace simgrid::kernel::profile { class Event { public: @@ -19,9 +17,7 @@ public: resource::Resource* resource; bool free_me; }; -} // namespace profile -} // namespace kernel -} // namespace simgrid +} // namespace simgrid::kernel::profile /** * @brief Free a trace event structure *