X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8b170c65c7f1daa87221caaffee907b6cf73b01d..f3677661714bf6122d678071c0bd44141417be14:/src/surf/workstation_interface.hpp diff --git a/src/surf/workstation_interface.hpp b/src/surf/workstation_interface.hpp index 799ee13ac9..1be3e4af69 100644 --- a/src/surf/workstation_interface.hpp +++ b/src/surf/workstation_interface.hpp @@ -281,16 +281,6 @@ public: */ virtual int unlink(surf_file_t fd); - /** - * @brief List directory contents of a path - * @details [long description] - * - * @param mount [description] - * @param path The path to the directory - * @return The StorageAction corresponding to the ls action - */ - virtual ActionPtr ls(const char* mount, const char *path); - /** * @brief Get the size in bytes of the file * @@ -380,17 +370,6 @@ public: */ virtual int fileMove(surf_file_t fd, const char* fullpath); - /** - * @brief Copy a file to another location on a remote host. - * @details [long description] - * - * @param fd The file descriptor - * @param host_dest The worstation destination - * @param fullpath The new full path - * @return MSG_OK if successful, otherwise MSG_TASK_CANCELED - */ - virtual int fileRcopy(surf_file_t fd, surf_resource_t host_dest, const char* fullpath); - xbt_dynar_t p_storage; RoutingEdgePtr p_netElm; CpuPtr p_cpu;