X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c27325f7854de16164de674d7428d6487c7501db..b7bae6a27325376248620283dafc43915142b254:/src/surf/xml/platf.hpp diff --git a/src/surf/xml/platf.hpp b/src/surf/xml/platf.hpp index 159aa1ae14..17c6f9e155 100644 --- a/src/surf/xml/platf.hpp +++ b/src/surf/xml/platf.hpp @@ -23,10 +23,10 @@ XBT_PUBLIC(void) surf_parse_warn(std::string msg); XBT_PUBLIC(double) surf_parse_get_double(std::string s); XBT_PUBLIC(int) surf_parse_get_int(std::string s); -XBT_PUBLIC(double) surf_parse_get_time(const char *string, const char *entity_kind, const char *name); -XBT_PUBLIC(double) surf_parse_get_size(const char *string, const char *entity_kind, const char *name); -XBT_PUBLIC(double) surf_parse_get_bandwidth(const char *string, const char *entity_kind, const char *name); -XBT_PUBLIC(double) surf_parse_get_speed(const char *string, const char *entity_kind, const char *name); +XBT_PUBLIC(double) surf_parse_get_time(const char* string, const char* entity_kind, std::string name); +XBT_PUBLIC(double) surf_parse_get_size(const char* string, const char* entity_kind, std::string name); +XBT_PUBLIC(double) surf_parse_get_bandwidth(const char* string, const char* entity_kind, std::string name); +XBT_PUBLIC(double) surf_parse_get_speed(const char* string, const char* entity_kind, std::string name); XBT_PUBLIC(int) surf_parse(); /* Entry-point to the parser */