X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eac77828e5174e46ff0bffc3a17149aaefb62438:/src/surf/surf_routing_generic.hpp..018f0c4b9035f7e28796f298e85ab69bb88ca426:/src/surf/surf_routing_RoutedGraph.hpp diff --git a/src/surf/surf_routing_generic.hpp b/src/surf/surf_routing_RoutedGraph.hpp similarity index 89% rename from src/surf/surf_routing_generic.hpp rename to src/surf/surf_routing_RoutedGraph.hpp index 073a2d4bc9..dcb5ee61ca 100644 --- a/src/surf/surf_routing_generic.hpp +++ b/src/surf/surf_routing_RoutedGraph.hpp @@ -14,12 +14,12 @@ namespace simgrid { namespace surf { -class XBT_PRIVATE AsGeneric; +class XBT_PRIVATE AsRoutedGraph; -class XBT_PRIVATE AsGeneric : public As { +class XBT_PRIVATE AsRoutedGraph : public As { public: - AsGeneric(const char*name); - ~AsGeneric(); + AsRoutedGraph(const char*name); + ~AsRoutedGraph(); virtual void getGraph(xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges) override; virtual sg_platf_route_cbarg_t getBypassRoute(NetCard *src, NetCard *dst, double *lat) override;