X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/992ddb7c22e2cb7dfe8509b3f947ba00c45f6af5:/src/surf/surf_routing_full.hpp..4dbc84f53aac793fc159d833090e421ec0025905:/src/surf/AsFull.hpp?ds=sidebyside diff --git a/src/surf/surf_routing_full.hpp b/src/surf/AsFull.hpp similarity index 69% rename from src/surf/surf_routing_full.hpp rename to src/surf/AsFull.hpp index 0abbae3fa7..df5fee55ba 100644 --- a/src/surf/surf_routing_full.hpp +++ b/src/surf/AsFull.hpp @@ -1,5 +1,4 @@ -/* Copyright (c) 2013-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2013-2016. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -7,20 +6,13 @@ #ifndef SURF_ROUTING_FULL_HPP_ #define SURF_ROUTING_FULL_HPP_ -#include - -#include "surf_routing_RoutedGraph.hpp" +#include "src/surf/AsRoutedGraph.hpp" namespace simgrid { namespace surf { -/*********** - * Classes * - ***********/ -class XBT_PRIVATE AsFull; - /** Full routing: fast, large memory requirements, fully expressive */ -class AsFull: public AsRoutedGraph { +class XBT_PRIVATE AsFull: public AsRoutedGraph { public: AsFull(const char*name);