core: Add deprecated for ns-3.41

This commit is contained in:
Tom Henderson
2023-09-27 14:45:20 -07:00
parent 8191b6e963
commit f2a092cb63

View File

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