]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/activity/SleepImpl.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: make it clear that we only have the info about the ready-to-run actors in a given...
[simgrid.git] / src / kernel / activity / SleepImpl.hpp
index f50ca54b282e6e8794cfd990d77a84c94dd27c7e..5e22c49644ae2b176e40cfd4d53fcbbd91de38e1 100644 (file)
@@ -8,9 +8,7 @@
 
 #include "src/kernel/activity/ActivityImpl.hpp"
 
-namespace simgrid {
-namespace kernel {
-namespace activity {
+namespace simgrid::kernel::activity {
 
 class XBT_PUBLIC SleepImpl : public ActivityImpl_T<SleepImpl> {
   sg_host_t host_  = nullptr;
@@ -24,8 +22,6 @@ public:
   void finish() override;
   SleepImpl* start();
 };
-} // namespace activity
-} // namespace kernel
-} // namespace simgrid
+} // namespace simgrid::kernel::activity
 
 #endif