summaryrefslogtreecommitdiff
path: root/TAO/tao/Priority_Mapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Priority_Mapping.h')
-rw-r--r--TAO/tao/Priority_Mapping.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Priority_Mapping.h b/TAO/tao/Priority_Mapping.h
index 141cceeae0b..6aeff91fc4b 100644
--- a/TAO/tao/Priority_Mapping.h
+++ b/TAO/tao/Priority_Mapping.h
@@ -22,7 +22,7 @@
#include "tao/orbconf.h"
-#if defined (TAO_HAS_RT_CORBA)
+#if (TAO_HAS_RT_CORBA == 1)
#include "tao/rtcorbafwd.h"
@@ -58,6 +58,6 @@ public:
# include "tao/Priority_Mapping.i"
#endif /* __ACE_INLINE__ */
-#endif /* TAO_HAS_RT_CORBA */
+#endif /* TAO_HAS_RT_CORBA == 1 */
#endif /* TAO_PRIORITY_MAPPING_H */