Skip to content

Commit

Permalink
core: Add deprecated for ns-3.42
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyPec committed Feb 13, 2024
1 parent c4810dd commit f9c57ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/core/model/deprecated.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9c57ac

Please sign in to comment.