core: Add deprecated for ns-3.44

This commit is contained in:
André Apitzsch
2024-10-10 10:00:33 +02:00
parent 9d2c8f7872
commit d8eb562a2a

View File

@@ -83,6 +83,13 @@
*/
#define NS_DEPRECATED(msg) /** \deprecated msg */ [[deprecated(msg)]]
/**
* \ingroup deprecation
* \def NS_DEPRECATED_3_44
* Tag for things deprecated in version ns-3.44.
*/
#define NS_DEPRECATED_3_44(msg) NS_DEPRECATED("Deprecated in ns-3.44: " msg)
/**
* \ingroup deprecation
* \def NS_DEPRECATED_3_43