ADTF  3.18.4
adtf_base_deprecated.h
Go to the documentation of this file.
1 
7 #ifndef _ADTF_BASE_DEPRECATED_HEADER_
8 #define _ADTF_BASE_DEPRECATED_HEADER_
9 
24 #ifdef ADTF3_NO_DEPRECATED_WARNING
25  #define ADTF3_DEPRECATED(_depr_message_)
26 #else
27  #define ADTF3_DEPRECATED(_depr_message_) [[deprecated(_depr_message_)]]
28 #endif
29 
30 #endif // _ADTF_BASE_DEPRECATED_HEADER_