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

Public GIT Repository
Finally kill mc::RemoteProcess::actors(). We now communicate the data over the wire...
[simgrid.git] / src / kernel / actor / Simcall.hpp
index c50dbfd7f0a54fc413a34984936e3c547ef1ff28..b98ee1e4fb1d9611444bf3ef3887eeae9e248067 100644 (file)
@@ -11,9 +11,7 @@
 #include "xbt/utility.hpp"
 
 /********************************* Simcalls *********************************/
-namespace simgrid {
-namespace kernel {
-namespace actor {
+namespace simgrid::kernel::actor {
 
 /**
  * @brief Represents a simcall to the kernel.
@@ -34,8 +32,6 @@ public:
   const char* get_cname() const;
 };
 
-} // namespace actor
-} // namespace kernel
-} // namespace simgrid
+} // namespace simgrid::kernel::actor
 
 #endif