Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[surf] Move some code in a simgrid::surf namespace
[simgrid.git] / src / surf / surf_routing_none.hpp
index e69fade..472aa08 100644 (file)
@@ -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_ */