]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/PropertyHolder.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the host list into the Engine
[simgrid.git] / src / surf / PropertyHolder.hpp
index 0dfe679dc474a29493bc2f2fc96f24d6651b99a3..64633b3df851e445da18fd7120618c3f3676dc53 100644 (file)
@@ -21,7 +21,7 @@ public:
   PropertyHolder() = default;
   ~PropertyHolder();
 
-  const char *getProperty(const char*id);
+  const char* getProperty(std::string key);
   void setProperty(std::string id, std::string value);
 
   /* FIXME: This should not be exposed, as users may do bad things with the dict they got (it's not a copy).