summaryrefslogtreecommitdiff
path: root/TAO/tao/UIOP_Profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/UIOP_Profile.h')
-rw-r--r--TAO/tao/UIOP_Profile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/UIOP_Profile.h b/TAO/tao/UIOP_Profile.h
index bc544b28f00..9a4c1749a5a 100644
--- a/TAO/tao/UIOP_Profile.h
+++ b/TAO/tao/UIOP_Profile.h
@@ -27,7 +27,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-# if defined (TAO_HAS_UIOP)
+# if TAO_HAS_UIOP == 1
#include "tao/Object_KeyC.h"
#include "tao/UIOP_Connect.h"
@@ -164,6 +164,6 @@ private:
# include "tao/UIOP_Profile.i"
#endif /* __ACE_INLINE__ */
-# endif /* TAO_HAS_UIOP */
+# endif /* TAO_HAS_UIOP == 1 */
#endif /* TAO_UIOP_PROFILE_H */