X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b5384472c9da0b343dccfbbdcf18c49f1e798b3f..b9d2f7277242a82702b73e4ccdf63aec98855b5e:/include/simgrid/s4u/Storage.hpp diff --git a/include/simgrid/s4u/Storage.hpp b/include/simgrid/s4u/Storage.hpp index 9b1fe85d12..571c3b1d92 100644 --- a/include/simgrid/s4u/Storage.hpp +++ b/include/simgrid/s4u/Storage.hpp @@ -21,7 +21,7 @@ extern template class XBT_PUBLIC() Extendable; } namespace s4u { -XBT_ATTRIB_PUBLIC std::map* allStorages(); +XBT_ATTRIB_PUBLIC void getStorageList(std::map* whereTo); XBT_PUBLIC_CLASS Storage : public simgrid::xbt::Extendable { @@ -43,7 +43,6 @@ public: std::map* getProperties(); const char* getProperty(std::string key); void setProperty(std::string, std::string value); - std::map* getContent(); void setUserdata(void* data) { userdata_ = data; } void* getUserdata() { return userdata_; }