From c9568bca8c9520c7cad3aeedfba24d6232ce703a Mon Sep 17 00:00:00 2001 From: Fred Hornsey Date: Tue, 20 Jul 2021 17:52:30 -0500 Subject: Prevent Possible Redefinition Warnings --- TAO/TAO_IDL/include/idl_defines.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'TAO/TAO_IDL') diff --git a/TAO/TAO_IDL/include/idl_defines.h b/TAO/TAO_IDL/include/idl_defines.h index e7be19f038d..037f9c26d3c 100644 --- a/TAO/TAO_IDL/include/idl_defines.h +++ b/TAO/TAO_IDL/include/idl_defines.h @@ -65,6 +65,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc. #ifndef _IDL_DEFINES_IDL_DEFINES_HH #define _IDL_DEFINES_IDL_DEFINES_HH +#include "tao/idl_features.h" + #include "ace/os_include/os_limits.h" /* @@ -111,11 +113,6 @@ trademarks or registered trademarks of Sun Microsystems, Inc. */ #define TAO_IDL_HAS_PARSE_ARGS_EXIT -/** - * Defined if TAO_IDL has support for annotations - */ -#define TAO_IDL_HAS_ANNOTATIONS - #define NAMEBUFSIZE 1024 // Maximum length of static buffers used to store names. -- cgit v1.2.1