summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Internal.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/TAO_Internal.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/TAO_Internal.cpp')
-rw-r--r--TAO/tao/TAO_Internal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp
index 12d5e90c231..273021df33d 100644
--- a/TAO/tao/TAO_Internal.cpp
+++ b/TAO/tao/TAO_Internal.cpp
@@ -64,10 +64,10 @@ TAO_Internal::open_services (int &argc,
// name of the shared library that implements the protocol.
ACE_Service_Config::static_svcs ()->
insert (&ace_svc_desc_TAO_IIOP_Protocol_Factory);
-#if defined (TAO_HAS_UIOP)
+#if TAO_HAS_UIOP == 1
ACE_Service_Config::static_svcs ()->
insert (&ace_svc_desc_TAO_UIOP_Protocol_Factory);
-#endif /* TAO_HAS_UIOP */
+#endif /* TAO_HAS_UIOP == 1 */
// add descriptor to list of static objects.
int result = 0;