core: add deprecated for ns-3.37
This commit is contained in:
committed by
Peter Barnes
parent
ecb47cb991
commit
643d06ed90
@@ -66,6 +66,13 @@
|
||||
*/
|
||||
#define NS_DEPRECATED(msg) [[deprecated (msg)]]
|
||||
|
||||
/**
|
||||
* \ingroup core
|
||||
* \def NS_DEPRECATED_3_37
|
||||
* Tag for things deprecated in version ns-3.37.
|
||||
*/
|
||||
#define NS_DEPRECATED_3_37(msg) NS_DEPRECATED(msg)
|
||||
|
||||
/**
|
||||
* \ingroup core
|
||||
* \def NS_DEPRECATED_3_36
|
||||
|
||||
Reference in New Issue
Block a user