X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/22e6546d2c6f14864cc93c4ed1470d8e8c1e2d95..1bd1bbd35034c2e93a030a676dc244ad2cf74c70:/src/surf/FileImpl.hpp?ds=sidebyside diff --git a/src/surf/FileImpl.hpp b/src/surf/FileImpl.hpp index 94337fed3a..b7acf366a4 100644 --- a/src/surf/FileImpl.hpp +++ b/src/surf/FileImpl.hpp @@ -7,7 +7,7 @@ #ifndef SRC_SURF_FILEIMPL_HPP_ #define SRC_SURF_FILEIMPL_HPP_ -#include "surf/surf.h" +#include "surf/surf.hpp" #include namespace simgrid { @@ -29,8 +29,6 @@ public: int seek(sg_offset_t offset, int origin); int unlink(); void move(std::string fullpath); - Action* read(sg_size_t size); - Action* write(sg_size_t size); private: StorageImpl* location_;