Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[DOC] Document the 'smpi/init' config option
[simgrid.git] / src / surf / AsRoutedGraph.hpp
index 4079e8f..ac49bbe 100644 (file)
@@ -13,12 +13,12 @@ namespace surf {
 
 class XBT_PRIVATE AsRoutedGraph : public AsImpl {
 public:
-  AsRoutedGraph(const char*name);
-  ~AsRoutedGraph();
+  explicit AsRoutedGraph(const char*name);
+  ~AsRoutedGraph() override;
 
   xbt_dynar_t getOneLinkRoutes() override;
 
-  virtual void getGraph(xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges) override;
+  void getGraph(xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges) override;
   virtual sg_platf_route_cbarg_t newExtendedRoute(RoutingMode hierarchy, sg_platf_route_cbarg_t routearg, int change_order);
 protected:
   void getRouteCheckParams(NetCard *src, NetCard *dst);