X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/850b11f6847edce3023ef068f2df7417691e2df3..6534c58a2afafe609a4671073f6b20f839e20fd7:/src/surf/surf_routing_generic.hpp diff --git a/src/surf/surf_routing_generic.hpp b/src/surf/surf_routing_generic.hpp index 96ffd16dbf..ce2c2876f4 100644 --- a/src/surf/surf_routing_generic.hpp +++ b/src/surf/surf_routing_generic.hpp @@ -18,7 +18,7 @@ class XBT_PRIVATE AsGeneric; class XBT_PRIVATE AsGeneric : public AsNone { public: - AsGeneric(); + AsGeneric(const char*name); ~AsGeneric(); virtual void getRouteAndLatency(NetCard *src, NetCard *dst, sg_platf_route_cbarg_t into, double *latency) override; @@ -36,9 +36,6 @@ public: virtual void parseBypassroute(sg_platf_route_cbarg_t e_route) override; virtual sg_platf_route_cbarg_t newExtendedRoute(e_surf_routing_hierarchy_t hierarchy, sg_platf_route_cbarg_t routearg, int change_order); - virtual As *asExist(As *to_find); - virtual As *autonomousSystemExist(char *element); - virtual As *processingUnitsExist(char *element); virtual void srcDstCheck(NetCard *src, NetCard *dst); };