]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/surf_routing_floyd.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename networkLinkCreatedCallbacks into Link::onCreation and other cleanups
[simgrid.git] / src / surf / surf_routing_floyd.hpp
index ed39b19747589aa4dcc6951bb7e22287637bd8ca..761969747dd79fad16631a6a9c1c71abfcd7a8ce 100644 (file)
@@ -8,12 +8,17 @@
 #ifndef SURF_ROUTING_FLOYD_HPP_
 #define SURF_ROUTING_FLOYD_HPP_
 
+#include <xbt/base.h>
+
 #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_ */