summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Endpoint.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Endpoint.i')
-rw-r--r--TAO/tao/IIOP_Endpoint.i4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Endpoint.i b/TAO/tao/IIOP_Endpoint.i
index e576613fdcd..c98e79c652c 100644
--- a/TAO/tao/IIOP_Endpoint.i
+++ b/TAO/tao/IIOP_Endpoint.i
@@ -2,6 +2,8 @@
//
// $Id$
+#if defined (TAO_HAS_IIOP) && (TAO_HAS_IIOP != 0)
+
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE const char *
@@ -31,3 +33,5 @@ TAO_IIOP_Endpoint::is_ipv6_decimal (void) const
#endif /* ACE_HAS_IPV6 */
TAO_END_VERSIONED_NAMESPACE_DECL
+
+#endif /* TAO_HAS_IIOP && TAO_HAS_IIOP != 0 */