summaryrefslogtreecommitdiff
path: root/TAO/tao/UIOP_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/UIOP_Connector.h')
-rw-r--r--TAO/tao/UIOP_Connector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/UIOP_Connector.h b/TAO/tao/UIOP_Connector.h
index 746404a50dc..06f4ff8ddaa 100644
--- a/TAO/tao/UIOP_Connector.h
+++ b/TAO/tao/UIOP_Connector.h
@@ -27,7 +27,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-# if defined (TAO_HAS_UIOP)
+# if TAO_HAS_UIOP == 1
#include "ace/Connector.h"
#include "ace/LSOCK_Connector.h"
@@ -203,6 +203,6 @@ private:
};
-# endif /* TAO_HAS_UIOP */
+# endif /* TAO_HAS_UIOP == 1 */
#endif /* TAO_UIOP_CONNECTOR_H */