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, 0 insertions, 4 deletions
diff --git a/TAO/tao/AnyTypeCode/Any_Array_Impl_T.inl b/TAO/tao/AnyTypeCode/Any_Array_Impl_T.inl
index c64d59e022c..876b658d0ae 100644
--- a/TAO/tao/AnyTypeCode/Any_Array_Impl_T.inl
+++ b/TAO/tao/AnyTypeCode/Any_Array_Impl_T.inl
@@ -2,8 +2,6 @@
//
// $Id$
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
template<typename T_slice, typename T_forany>
ACE_INLINE
CORBA::Boolean
@@ -28,5 +26,3 @@ TAO::Any_Array_Impl_T<T_slice, T_forany>::value (void) const
{
return this->value_;
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL