core: Add deprecated for ns-3.39

This commit is contained in:
Tom Henderson
2023-03-16 05:36:23 -07:00
parent 038ed89573
commit cc2552a166

View File

@@ -74,6 +74,13 @@
*/
#define NS_DEPRECATED(msg) [[deprecated(msg)]]
/**
* \ingroup core
* \def NS_DEPRECATED_3_39
* Tag for things deprecated in version ns-3.39.
*/
#define NS_DEPRECATED_3_39(msg) NS_DEPRECATED(msg)
/**
* \ingroup core
* \def NS_DEPRECATED_3_38