X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/88474126433cd47e2289512aef9f6e0ddd260a4a..9faebd7c0d01bb050bf9aa2816f8e739b7f1b476:/src/surf/AsRoutedGraph.hpp diff --git a/src/surf/AsRoutedGraph.hpp b/src/surf/AsRoutedGraph.hpp index 144e9fb863..c5fb0ade98 100644 --- a/src/surf/AsRoutedGraph.hpp +++ b/src/surf/AsRoutedGraph.hpp @@ -3,22 +3,22 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#ifndef SURF_ROUTING_GENERIC_HPP_ -#define SURF_ROUTING_GENERIC_HPP_ +#ifndef SIMGRID_ROUTING_GENERIC_HPP_ +#define SIMGRID_ROUTING_GENERIC_HPP_ #include "src/surf/AsImpl.hpp" namespace simgrid { -namespace surf { +namespace routing { 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); @@ -28,4 +28,4 @@ protected: } } -#endif /* SURF_ROUTING_GENERIC_HPP_ */ +#endif /* SIMGRID_ROUTING_GENERIC_HPP_ */