core: add deprecated for ns-3.37
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user