summaryrefslogtreecommitdiff
path: root/TAO/tao/UIOP_Connect.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-12-21 23:32:03 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-12-21 23:32:03 +0000
commit95a8618d5c38f1442d5f5d41bfdb85fe812057d1 (patch)
tree0aca1e6517ab48c98b92aa35399a823c439a2d38 /TAO/tao/UIOP_Connect.cpp
parenta86c475d2ae646d201c661cbb3b637fc3ec4c839 (diff)
downloadATCD-95a8618d5c38f1442d5f5d41bfdb85fe812057d1.tar.gz
ChangeLogTag:Tue Dec 21 17:29:02 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/UIOP_Connect.cpp')
-rw-r--r--TAO/tao/UIOP_Connect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/UIOP_Connect.cpp b/TAO/tao/UIOP_Connect.cpp
index 66bed11894a..2426e603391 100644
--- a/TAO/tao/UIOP_Connect.cpp
+++ b/TAO/tao/UIOP_Connect.cpp
@@ -2,7 +2,7 @@
#include "tao/UIOP_Connect.h"
-#if defined (TAO_HAS_UIOP)
+#if TAO_HAS_UIOP == 1
#include "tao/UIOP_Transport.h"
#include "tao/GIOP.h"
@@ -483,4 +483,4 @@ TAO_UIOP_Client_Connection_Handler::handle_cleanup (void)
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-#endif /* TAO_HAS_UIOP */
+#endif /* TAO_HAS_UIOP == 1 */