Go to the documentation of this file. 35 #ifndef RVIZ_VISUAL_TOOLS_DEPRECATION_H 36 #define RVIZ_VISUAL_TOOLS_DEPRECATION_H 42 #define RVIZ_VISUAL_TOOLS_DEPRECATED __attribute__((deprecated)) 43 #elif defined(_MSC_VER) 44 #define RVIZ_VISUAL_TOOLS_DEPRECATED __declspec(deprecated) 45 #elif defined(__clang__) 46 #define RVIZ_VISUAL_TOOLS_DEPRECATED __attribute__((deprecated("Use of this method is deprecated"))) 48 #define RVIZ_VISUAL_TOOLS_DEPRECATED 51 #endif // RVIZ_VISUAL_TOOLS_DEPRECATION_H