X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8bcc1dbe28f658ea786ba234a679601edd30758a..638b21d2071c77f39da2f322156f05f75bf91517:/src/surf/surf_routing_full.hpp diff --git a/src/surf/surf_routing_full.hpp b/src/surf/surf_routing_full.hpp index 1a0a01168e..e9b747492d 100644 --- a/src/surf/surf_routing_full.hpp +++ b/src/surf/surf_routing_full.hpp @@ -11,6 +11,9 @@ #include "surf_routing_generic.hpp" +namespace simgrid { +namespace surf { + /*********** * Classes * ***********/ @@ -41,5 +44,7 @@ public: //virtual void parseBypassroute(sg_platf_route_cbarg_t e_route)=0; }; +} +} #endif /* SURF_ROUTING_FULL_HPP_ */