X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d5b29830df70e823202e384a7655e4371193ecd7..0dda9bcd2d7df2c8141a8170a7cb8fe20746b4a9:/src/surf/HostImpl.hpp diff --git a/src/surf/HostImpl.hpp b/src/surf/HostImpl.hpp index 6fe57552f2..c8c36cdc15 100644 --- a/src/surf/HostImpl.hpp +++ b/src/surf/HostImpl.hpp @@ -80,15 +80,6 @@ public: */ virtual Action* close(surf_file_t fd); - /** - * @brief Unlink a file - * @details [long description] - * - * @param fd [description] - * @return [description] - */ - virtual int unlink(surf_file_t fd); - /** * @brief Read a file * @@ -107,17 +98,6 @@ public: */ virtual Action* write(surf_file_t fd, sg_size_t size); - /** - * @brief Move a file to another location on the *same mount point*. - * @details [long description] - * - * @param fd The file descriptor - * @param fullpath The new full path - * @return MSG_OK if successful, MSG_TASK_CANCELED and a warning if the new - * full path is not on the same mount point - */ - virtual int fileMove(surf_file_t fd, const char* fullpath); - std::map storage_; simgrid::s4u::Host* piface_ = nullptr;