Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
align namespaces on directories for kernel::routing
[simgrid.git] / src / kernel / routing / AsCluster.hpp
index 4b747b1..7a8d4e3 100644 (file)
@@ -9,6 +9,7 @@
 #include "src/kernel/routing/AsImpl.hpp"
 
 namespace simgrid {
+namespace kernel {
 namespace routing {
 
 class XBT_PRIVATE AsCluster: public AsImpl {
@@ -33,7 +34,6 @@ public:
 
 };
 
-}
-}
+}}} // namespace
 
 #endif /* SIMGRID_ROUTING_CLUSTER_HPP_ */