Go to the documentation of this file.
7 #ifndef _ADTF_BASE_DEPRECATED_HEADER_
8 #define _ADTF_BASE_DEPRECATED_HEADER_
24 #ifdef ADTF3_NO_DEPRECATED_WARNING
25 #define ADTF3_DEPRECATED(_depr_message_)
27 #define ADTF3_DEPRECATED(_depr_message_) [[deprecated(_depr_message_)]]