X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/28c07426861c6c0b4e2333b803bf67f643b4a1c2..e47d2126ee520f8d88107618c42b84544e91a32c:/src/surf/surf_routing_floyd.hpp diff --git a/src/surf/surf_routing_floyd.hpp b/src/surf/surf_routing_floyd.hpp index ed39b19747..761969747d 100644 --- a/src/surf/surf_routing_floyd.hpp +++ b/src/surf/surf_routing_floyd.hpp @@ -8,12 +8,17 @@ #ifndef SURF_ROUTING_FLOYD_HPP_ #define SURF_ROUTING_FLOYD_HPP_ +#include + #include "surf_routing_generic.hpp" +namespace simgrid { +namespace surf { + /*********** * Classes * ***********/ -class AsFloyd; +class XBT_PRIVATE AsFloyd; class AsFloyd: public AsGeneric { public: @@ -45,6 +50,7 @@ public: sg_platf_route_cbarg_t *p_linkTable; }; - +} +} #endif /* SURF_ROUTING_FLOYD_HPP_ */