X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4dbc84f53aac793fc159d833090e421ec0025905..0121ca23d5f741acccabaa92aff9a1172a057cce:/src/surf/AsDijkstra.hpp diff --git a/src/surf/AsDijkstra.hpp b/src/surf/AsDijkstra.hpp index 346e20aa0c..7d315a75af 100644 --- a/src/surf/AsDijkstra.hpp +++ b/src/surf/AsDijkstra.hpp @@ -23,7 +23,7 @@ typedef struct route_cache_element { } s_route_cache_element_t, *route_cache_element_t; namespace simgrid { -namespace surf { +namespace routing { /*********** * Classes * @@ -33,9 +33,9 @@ namespace surf { class XBT_PRIVATE AsDijkstra : public AsRoutedGraph { public: AsDijkstra(const char*name, bool cached); - void Seal() override; + void seal() override; - ~AsDijkstra(); + ~AsDijkstra() override; xbt_node_t routeGraphNewNode(int id, int graph_id); graph_node_map_element_t nodeMapSearch(int id); void newRoute(int src_id, int dst_id, sg_platf_route_cbarg_t e_route);