Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar don't like comments ending with ';'
[simgrid.git] / src / kernel / activity / MutexImpl.hpp
index 8937ee2..1274e79 100644 (file)
@@ -11,7 +11,8 @@
 #include <boost/intrusive/list.hpp>
 
 namespace simgrid {
-namespace simix {
+namespace kernel {
+namespace activity {
 
 class XBT_PUBLIC() MutexImpl {
 public:
@@ -49,4 +50,5 @@ private:
 };
 }
 }
+}
 #endif /* SIMIX_MUTEXIMPL_HPP */