summaryrefslogtreecommitdiff
path: root/TAO/tao/UIOP_Profile.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-07-29 00:02:25 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-07-29 00:02:25 +0000
commit5467d55051192127ad4d9c0f7b665fd27d004c4b (patch)
tree534dad7781d3c2e94c6a7e86de8094b73df56168 /TAO/tao/UIOP_Profile.h
parentfab3b817545b275cdedb941d4fbc06badd8caaab (diff)
downloadATCD-5467d55051192127ad4d9c0f7b665fd27d004c4b.tar.gz
By default, only compile support for UIOP when TAO_HAS_UIOP is
defined. This change will allow the user to explicitly compile in support for UIOP even if TAO_HAS_MINIMUM_CORBA is defined.
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 e6df2364d97..dba95ff48f5 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 (ACE_LACKS_UNIX_DOMAIN_SOCKETS)
+# if defined (TAO_HAS_UIOP)
#include "tao/Object_KeyC.h"
#include "tao/UIOP_Connect.h"
@@ -172,6 +172,6 @@ private:
# include "tao/UIOP_Profile.i"
#endif /* __ACE_INLINE__ */
-# endif /* !ACE_LACKS_UNIX_DOMAIN_SOCKETS */
+# endif /* TAO_HAS_UIOP */
#endif /* TAO_UIOP_PROFILE_H */