X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/88474126433cd47e2289512aef9f6e0ddd260a4a..c7d4536a8384832da2a1d7b9bb9109100aaa0eb2:/src/surf/AsNone.hpp diff --git a/src/surf/AsNone.hpp b/src/surf/AsNone.hpp index c1a2cab8cf..30708f9d4a 100644 --- a/src/surf/AsNone.hpp +++ b/src/surf/AsNone.hpp @@ -9,13 +9,13 @@ #include "src/surf/AsImpl.hpp" namespace simgrid { -namespace surf { +namespace routing { /** No specific routing. Mainly useful with the constant network model */ class XBT_PRIVATE AsNone : public AsImpl { public: explicit AsNone(const char*name); - ~AsNone(); + ~AsNone() override; void getRouteAndLatency(NetCard *src, NetCard *dst, sg_platf_route_cbarg_t into, double *latency) override; void getGraph(xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges) override;