Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
leaks --
[simgrid.git] / src / kernel / routing / AsRoutedGraph.cpp
index 090c63d..b256dd0 100644 (file)
@@ -23,6 +23,7 @@ void routing_route_free(sg_platf_route_cbarg_t route)
 }
 
 namespace simgrid {
+namespace kernel {
 namespace routing {
   
 AsRoutedGraph::AsRoutedGraph(const char*name)
@@ -35,8 +36,7 @@ AsRoutedGraph::~AsRoutedGraph()
 }
 
 
-}
-}
+}}} // namespace simgrid::kernel::routing
 
 /* ************************************************************************** */
 /* *********************** GENERIC BUSINESS METHODS ************************* */
@@ -83,6 +83,7 @@ xbt_edge_t new_xbt_graph_edge(xbt_graph_t graph, xbt_node_t s, xbt_node_t d, xbt
 }
 
 namespace simgrid {
+namespace kernel {
 namespace routing {
 
   xbt_dynar_t AsRoutedGraph::getOneLinkRoutes()
@@ -254,5 +255,4 @@ void AsRoutedGraph::addRouteCheckParams(sg_platf_route_cbarg_t route) {
   }
 }
 
-}
-}
+}}}