summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/Servant_Var.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Utils/Servant_Var.inl')
-rw-r--r--TAO/tao/Utils/Servant_Var.inl2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Utils/Servant_Var.inl b/TAO/tao/Utils/Servant_Var.inl
index da2ff1d6e95..be906d9982f 100644
--- a/TAO/tao/Utils/Servant_Var.inl
+++ b/TAO/tao/Utils/Servant_Var.inl
@@ -205,6 +205,7 @@ TAO::Utils::Servant_Var<T>::_retn (void)
return rval;
}
+#ifndef ACE_LACKS_MEMBER_TEMPLATES
template <class X, class Y>
ACE_INLINE bool
operator== (typename TAO::Utils::Servant_Var<X> const & x,
@@ -220,5 +221,6 @@ operator!= (typename TAO::Utils::Servant_Var<X> const & x,
{
return x.in () != y.in ();
}
+#endif /* ! ACE_LACKS_MEMBER_TEMPLATES */
TAO_END_VERSIONED_NAMESPACE_DECL