core: Add deprecated for ns-3.40

This commit is contained in:
Tom Henderson
2023-07-06 10:37:42 -07:00
parent d4010dce20
commit 45d7be2cd6

View File

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