Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
routing: cosmetics and doc improvement
[simgrid.git] / src / kernel / routing / AsRoutedGraph.hpp
index 89dc2e2..9990166 100644 (file)
@@ -9,11 +9,12 @@
 #include "src/kernel/routing/AsImpl.hpp"
 
 namespace simgrid {
+namespace kernel {
 namespace routing {
 
 class XBT_PRIVATE AsRoutedGraph : public AsImpl {
 public:
-  explicit AsRoutedGraph(const char*name);
+  explicit AsRoutedGraph(As* father, const char* name);
   ~AsRoutedGraph() override;
 
   xbt_dynar_t getOneLinkRoutes() override;
@@ -25,7 +26,6 @@ protected:
   void addRouteCheckParams(sg_platf_route_cbarg_t route);
 };
 
-}
-}
+}}} // namespace
 
 #endif /* SIMGRID_ROUTING_GENERIC_HPP_ */