X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c4ffa9d533441c926ec687986415b635629d496a..4a6b0a991a67e6f2f67c03fed43529e078da7115:/src/surf/surf_routing_none.hpp diff --git a/src/surf/surf_routing_none.hpp b/src/surf/surf_routing_none.hpp index c1d45b13c8..16b97a4607 100644 --- a/src/surf/surf_routing_none.hpp +++ b/src/surf/surf_routing_none.hpp @@ -18,13 +18,10 @@ namespace surf { class XBT_PRIVATE AsNone : public As { public: AsNone(const char*name); - void Seal() override {}; // nothing to do ~AsNone(); void getRouteAndLatency(NetCard *src, NetCard *dst, sg_platf_route_cbarg_t into, double *latency) override; - xbt_dynar_t getOneLinkRoutes() override; void getGraph(xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges) override; - sg_platf_route_cbarg_t getBypassRoute(NetCard *src, NetCard *dst, double *lat) override; }; }