LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
deprecation.h
Go to the documentation of this file.
1 #ifndef LCIO_CPPFORT_DEPRECATION_MACRO_H
2 #define LCIO_CPPFORT_DEPRECATION_MACRO_H
3 
4 #define LCIO_DEPRECATED_CAPI \
5  [[deprecated("C-API of LCIO is deprecated and slated for removal in one of the next releases")]]
6 
7 #endif