X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/88474126433cd47e2289512aef9f6e0ddd260a4a..158c92c22080d633ccd09373bb136b7f8002f6ae:/src/surf/AsRoutedGraph.hpp diff --git a/src/surf/AsRoutedGraph.hpp b/src/surf/AsRoutedGraph.hpp index 144e9fb863..ac49bbe2ef 100644 --- a/src/surf/AsRoutedGraph.hpp +++ b/src/surf/AsRoutedGraph.hpp @@ -14,11 +14,11 @@ namespace surf { class XBT_PRIVATE AsRoutedGraph : public AsImpl { public: explicit AsRoutedGraph(const char*name); - ~AsRoutedGraph(); + ~AsRoutedGraph() override; xbt_dynar_t getOneLinkRoutes() override; - virtual void getGraph(xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges) override; + void getGraph(xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges) override; virtual sg_platf_route_cbarg_t newExtendedRoute(RoutingMode hierarchy, sg_platf_route_cbarg_t routearg, int change_order); protected: void getRouteCheckParams(NetCard *src, NetCard *dst);