X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/22e6546d2c6f14864cc93c4ed1470d8e8c1e2d95..c67615c315f42bc56b88034eb591007c23e26667:/include/simgrid/s4u/Storage.hpp diff --git a/include/simgrid/s4u/Storage.hpp b/include/simgrid/s4u/Storage.hpp index f28f936188..b8d328ef7c 100644 --- a/include/simgrid/s4u/Storage.hpp +++ b/include/simgrid/s4u/Storage.hpp @@ -40,8 +40,8 @@ public: sg_size_t getSizeUsed(); std::map* getProperties(); - const char* getProperty(const char* key); - void setProperty(const char* key, const char* value); + const char* getProperty(std::string key); + void setProperty(std::string, std::string value); std::map* getContent(); void setUserdata(void* data) { userdata_ = data; }