core: add deprecated for ns-3.37

This commit is contained in:
Tom Henderson
2022-11-02 07:02:14 -07:00
parent 65fa318a0c
commit 89a6e7f370

View File

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