]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/surf_routing_full.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
code simplification around Host::onDestruction
[simgrid.git] / src / surf / surf_routing_full.hpp
index 1a0a01168e00de963569b7d49611fc8088dd3c30..e9b747492d74ec0ba06e8a5caefe11c13ba34945 100644 (file)
@@ -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_ */