core: Add deprecated for ns-3.42

This commit is contained in:
Tommaso Pecorella
2024-02-13 08:04:52 -06:00
parent c4810ddbd7
commit f9c57ac182

View File

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