X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fd59c94828d56624b725b65c21dee0a7c5281e7f..638b21d2071c77f39da2f322156f05f75bf91517:/src/surf/surf_routing_none.hpp diff --git a/src/surf/surf_routing_none.hpp b/src/surf/surf_routing_none.hpp index e69fade8d5..472aa08605 100644 --- a/src/surf/surf_routing_none.hpp +++ b/src/surf/surf_routing_none.hpp @@ -11,6 +11,9 @@ #ifndef SURF_ROUTING_NONE_HPP_ #define SURF_ROUTING_NONE_HPP_ +namespace simgrid { +namespace surf { + class XBT_PRIVATE AsNone : public As { public: AsNone(); @@ -32,5 +35,7 @@ public: void parseBypassroute(sg_platf_route_cbarg_t e_route); }; +} +} #endif /* SURF_ROUTING_NONE_HPP_ */