Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Populate the kernel::context namespace and continue separating concerns out of simix
[simgrid.git] / src / kernel / context / ContextBoost.hpp
index 7e9414d..957bd77 100644 (file)
@@ -15,7 +15,8 @@
 
 
 namespace simgrid {
-namespace simix {
+namespace kernel {
+namespace context {
 
 class BoostContext;
 class BoostSerialContext;
@@ -63,7 +64,6 @@ public:
   void run_all() override;
 };
 
-}
-}
+}}} // namespace
 
 #endif