X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4dbc84f53aac793fc159d833090e421ec0025905..c8d6bade6ee8fff928228bec67e9b2e86484793d:/src/surf/AsNone.hpp diff --git a/src/surf/AsNone.hpp b/src/surf/AsNone.hpp index 9976d1b5c3..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: - AsNone(const char*name); - ~AsNone(); + explicit AsNone(const char*name); + ~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;