summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Any_Array_Impl_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Any_Array_Impl_T.inl')
-rw-r--r--TAO/tao/AnyTypeCode/Any_Array_Impl_T.inl4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/AnyTypeCode/Any_Array_Impl_T.inl b/TAO/tao/AnyTypeCode/Any_Array_Impl_T.inl
index 876b658d0ae..c64d59e022c 100644
--- a/TAO/tao/AnyTypeCode/Any_Array_Impl_T.inl
+++ b/TAO/tao/AnyTypeCode/Any_Array_Impl_T.inl
@@ -2,6 +2,8 @@
//
// $Id$
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
template<typename T_slice, typename T_forany>
ACE_INLINE
CORBA::Boolean
@@ -26,3 +28,5 @@ TAO::Any_Array_Impl_T<T_slice, T_forany>::value (void) const
{
return this->value_;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL