X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/af75444cb236cd53e4406b393bd5add0e7aca5dc..bfffef69e1b0554d13eec920f1a32f75b49ceac6:/include/xbt/virtu.h diff --git a/include/xbt/virtu.h b/include/xbt/virtu.h index 0789a9a2eb..53ccfaf1e9 100644 --- a/include/xbt/virtu.h +++ b/include/xbt/virtu.h @@ -11,19 +11,17 @@ #include #include -// avoid deprecation warning on include (remove entire file with XBT_ATTRIB_DEPRECATED_v337) -#ifndef XBT_VIRTU_H_NO_DEPRECATED_WARNING -#warning xbt/virtu.h is deprecated and will be removed in v3.37. -#endif +// Deprecation warning on include (remove entire file with XBT_ATTRIB_DEPRECATED_v338) +#warning xbt/virtu.h is deprecated and will be removed after v3.37. SG_BEGIN_DECL -XBT_ATTRIB_DEPRECATED_v337("Please use sg_actor_self_get_name()") static const char* xbt_procname(void) +XBT_ATTRIB_DEPRECATED_v338("Please use sg_actor_self_get_name()") static const char* xbt_procname(void) { return sg_actor_self_get_name(); } -XBT_ATTRIB_DEPRECATED_v337("Please use sg_actor_self_get_pid()") static int xbt_getpid(void) +XBT_ATTRIB_DEPRECATED_v338("Please use sg_actor_self_get_pid()") static int xbt_getpid(void) { return sg_actor_self_get_pid(); };