Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix a bunch of recently introduced smells
[simgrid.git] / src / surf / storage_interface.hpp
index b872646..555de3e 100644 (file)
@@ -21,8 +21,6 @@ namespace surf {
  * Classes *
  ***********/
 
-class StorageModel;
-class Storage;
 class StorageAction;
 
 /*************
@@ -150,7 +148,7 @@ public:
    *
    * @return A xbt_dict_t with path as keys and size in bytes as values
    */
-  virtual xbt_dict_t getContent();
+  virtual std::map<std::string, sg_size_t*>* getContent();
 
   /**
    * @brief Get the available size in bytes of the current Storage