X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cf108868b4eeed4d0d9d343bc68557d7814e18c0..e5b7ca2bccfd542f49b069ef8239391ecadcbc55:/src/surf/xml/platf.hpp?ds=sidebyside diff --git a/src/surf/xml/platf.hpp b/src/surf/xml/platf.hpp index 64e16dcb15..e3e81a8c00 100644 --- a/src/surf/xml/platf.hpp +++ b/src/surf/xml/platf.hpp @@ -7,9 +7,10 @@ #ifndef _SURF_SURFXML_PARSE_H #define _SURF_SURFXML_PARSE_H -#include "xbt/misc.h" -#include "xbt/function_types.h" -#include "xbt/dict.h" +#include +#include +#include +#include SG_BEGIN_DECL() @@ -30,8 +31,17 @@ XBT_PUBLIC(double) surf_parse_get_size(const char *string, const char *entity_ki 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); -/* What is needed to bypass the parser. */ XBT_PUBLIC_DATA(int_f_void_t) surf_parse; /* Entry-point to the parser. Set this to your function. */ + SG_END_DECL() + +namespace simgrid { +namespace surf { + +extern XBT_PRIVATE xbt::signal on_postparse; + +} +} + #endif