X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/17023af1f7484d0592aa37f08bcd35e7dda3efe3..6534c58a2afafe609a4671073f6b20f839e20fd7:/src/surf/surf_routing_none.hpp diff --git a/src/surf/surf_routing_none.hpp b/src/surf/surf_routing_none.hpp index 71026a44db..3ed7b18e03 100644 --- a/src/surf/surf_routing_none.hpp +++ b/src/surf/surf_routing_none.hpp @@ -17,9 +17,9 @@ namespace surf { /** No specific routing. Mainly useful with the constant network model */ class XBT_PRIVATE AsNone : public As { public: - AsNone() {} + AsNone(const char*name); void Seal() override {}; // nothing to do - ~AsNone() {} + ~AsNone(); void getRouteAndLatency(NetCard *src, NetCard *dst, sg_platf_route_cbarg_t into, double *latency) override; xbt_dynar_t getOneLinkRoutes() override;