X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5faf49cdf3f8ad8751317b857a6d3134fe07eda3..3af9dcb5714db015a7038a58701b2b453f52c6ca:/src/surf/surf_routing_none.cpp diff --git a/src/surf/surf_routing_none.cpp b/src/surf/surf_routing_none.cpp index 07c059aa9a..a8c4883fcf 100644 --- a/src/surf/surf_routing_none.cpp +++ b/src/surf/surf_routing_none.cpp @@ -5,14 +5,14 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "surf_routing_none.hpp" -#include "surf_routing_private.h" extern "C" { XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_none, surf, "Routing part of surf"); } AS_t model_none_create(void) -{//FIXME: +{ + return new AsNone(); } xbt_dynar_t AsNone::getOneLinkRoutes() {