Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix jedule and do the right thing for netzone hosts
[simgrid.git] / include / simgrid / s4u / file.hpp
index 809bd78..1c552d1 100644 (file)
@@ -6,22 +6,20 @@
 #ifndef SIMGRID_S4U_FILE_HPP
 #define SIMGRID_S4U_FILE_HPP
 
-#include <vector>
-
 #include <xbt/base.h>
+
 #include <simgrid/simix.h>
 
 namespace simgrid {
 namespace s4u {
 
-class Actor;
 class Storage;
 
 /** @brief A simulated file
  *
  * Used to simulate the time it takes to access to a file, but does not really store any information.
  *
- * They are located on @link{simgrid::s4u::Storage}, that are accessed from a given @link{simgrid::s4u::Host} through mountpoints.
+ * They are located on @ref simgrid::s4u::Storage that are accessed from a given @ref simgrid::s4u::Host through mountpoints.
  * For now, you cannot change the mountpoints programatically, and must declare them from your platform file.
  */
 XBT_PUBLIC_CLASS File {