Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove XBT_INFO call
[simgrid.git] / src / surf / storage_interface.hpp
index 7e17d8e..c63d044 100644 (file)
@@ -182,7 +182,7 @@ public:
    * 
    * @return The StorageAction corresponding to the opening
    */
-  virtual StorageActionPtr open(char* mount, char* path)=0;
+  virtual StorageActionPtr open(const char* mount, const char* path)=0;
 
   /**
    * @brief Close a file
@@ -219,14 +219,6 @@ public:
    */
   virtual StorageActionPtr write(surf_file_t fd, sg_size_t size)=0;
 
-  /**
-   * @brief Rename a path
-   * 
-   * @param src The old path
-   * @param dest The new path
-   */
-  virtual void rename(const char *src, const char *dest)=0;
-
   /**
    * @brief Get the content of the current Storage
    *